Skip to content
Discussion options

You must be logged in to vote

Hey, nice catch, that's a bug!
The issue was that the extmark that marks the region of the i(1) was not adjusted correctly during expansion of the ()-snippet, and since it had end-rgrav true, it received all the text inserted into the ().
I've fixed this (straightforward with your example/MWE, thank you!), and it should all work correctly on master.
(this bug only occurs if the new snippet is expanded inside another snippet, immediately (so no text at all between them) behind another insertNode, I guess that's why it only popped up so late :D )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Gargantuar314
Comment options

Answer selected by Gargantuar314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants