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

Select top level form fails on re-frame subscriptions in comment forms #1345

Closed
PEZ opened this issue Oct 17, 2021 · 0 comments
Closed

Select top level form fails on re-frame subscriptions in comment forms #1345

PEZ opened this issue Oct 17, 2021 · 0 comments
Labels
bug Something isn't working paredit Paredit and structural editing

Comments

@PEZ
Copy link
Collaborator

PEZ commented Oct 17, 2021

With this code (cursor indicated with |), selecting the top level form fails

(comment
  @(rf/subscribe [:fo|o])
  )

ctrl+al+w space

Expected:

(comment
  |@(rf/subscribe [:foo])|
  )

Actualt:

(comment
  @(rf/subscribe |[:foo]|)
  )
@PEZ PEZ added bug Something isn't working paredit Paredit and structural editing labels Oct 17, 2021
@PEZ PEZ closed this as completed in 1ff22cd Oct 18, 2021
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

1 participant