-
Notifications
You must be signed in to change notification settings - Fork 201
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
fix(snippets): allow snippets jumps after edition #70
Conversation
fix(snippets): allow snippets jumps after edition
Thanks! The root issue was slightly different so implemented in a separate commit |
@Saghen, just a heads up your commit is missing the I'm currently getting the following error:
|
I have a fix in this commit that uses a built-in function to merge the two tables, but I'm not confident it's doing the same thing. |
Sorry about that, fixed |
There's still a problem, @scottmckendry's fix is working.
Edit: is there a reason why |
@Saghen should I post a PR to change |
Sorry about that, fixed on main |
Thanks a lot! |
This PR fixes a bug which prevents from jumping to the next snippet item after a value is modified.
Mentioned in #60.