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

Drag sexps in value part of doseq sometimes jumps 2 sexps instead of 1 #1914

Closed
maxrothman opened this issue Oct 25, 2022 · 1 comment
Closed
Labels
bug Something isn't working paredit Paredit and structural editing

Comments

@maxrothman
Copy link
Contributor

(| 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.

Screen.Recording.2022-10-25.at.3.00.52.PM.mov
@PEZ PEZ added bug Something isn't working paredit Paredit and structural editing labels Oct 25, 2022
@PEZ
Copy link
Collaborator

PEZ commented Oct 25, 2022

Thanks! Not sure, but I think that the drag code is treating it as a binding vector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working paredit Paredit and structural editing
Projects
None yet
Development

No branches or pull requests

2 participants