We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you press "enter" in a socket that gets autocorrected in a specific situation, a different socket gets erased.
Repro: in pencil code
write 'answer', atan 1
write 'here's', atan 1
Observe: the "1" in atan 1 is gone, replaced by a newline character.
atan 1
We have blocks that are directly of this form await '?', defer x which invite this problem, so it's pretty visible.
await '?', defer x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you press "enter" in a socket that gets autocorrected in a specific situation, a different socket gets erased.
Repro: in pencil code
write 'answer', atan 1
write 'here's', atan 1
- don't click awayObserve: the "1" in
atan 1
is gone, replaced by a newline character.We have blocks that are directly of this form
await '?', defer x
which invite this problem, so it's pretty visible.The text was updated successfully, but these errors were encountered: