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
(| is the cursor)
|
(doseq [x] [1 2 3 4 |5]) ;; Drag sexp backwards ;; Expected behavior (doseq [x] [1 2 3 |5 4]) ;; Actual behavior (doseq [x] [1 2 |5 3 4])
Dragging forward and backwards also acts oddly for other elements in the value list.
The text was updated successfully, but these errors were encountered:
Thanks! Not sure, but I think that the drag code is treating it as a binding vector.
Sorry, something went wrong.
fbfc550
No branches or pull requests
(
|
is the cursor)Dragging forward and backwards also acts oddly for other elements in the value list.
Screen.Recording.2022-10-25.at.3.00.52.PM.mov
The text was updated successfully, but these errors were encountered: