Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rememberedSocket data corrupted when +/- buttons clicked #121

Open
dabbler0 opened this issue Aug 4, 2015 · 0 comments
Open

rememberedSocket data corrupted when +/- buttons clicked #121

dabbler0 opened this issue Aug 4, 2015 · 0 comments

Comments

@dabbler0
Copy link
Member

dabbler0 commented Aug 4, 2015

if a
  fd 10
else
  fd 20

Select the "20" in fd 20
Click the "+" button so it becomes

if a
  fd 10
else if ``
  fd 20
else
  ``

Now the rememberedSocket location for fd 20 is corrupted, because the if is a new extra token. Any drags will throw errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant