You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEZ
changed the title
Drag Sexpr Backward/Forward Up deletes immediately preceding/following line comments
Drag Sexpr Backward/Forward Up/Down deletes immediately preceding/following line comments
Jul 3, 2021
PEZ
added a commit
that referenced
this issue
Jul 3, 2021
As was demonstrated in this screencast: https://youtu.be/d0K1oaFGvuQ?t=1287
Dragging a form backward up deletes the immediately preceding line comments.
I've tested around a bit and note that this goes for all up/down dragging.
Reproduction. Have the cursor in or adjacent to
:backward-up
in the following form.Drag Sexpr Backward Up
Expected:
Actual:
Dragging the form
(def foo :foo))
backward up does not kill the;; foo
line comment.We have the same bug when dragging all keywords as they are named in the repro text.
The text was updated successfully, but these errors were encountered: