You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
when I delete a char, the transaction replace step means I delete somechars and re-add it back, and loss a char what I real delete, it seems fine for end-user, but developer cannot track what real change user made
Expected Behavior
When I delete a char at anywhere, I want the changed range gived
Additional Context (Optional)
I try to make a track-change extension for tiptap, it works in most normal cases but wrong in some custom-node cursor gap, I try to understand why prosemirror give this kind of "ReplaceStep" back
The text was updated successfully, but these errors were encountered:
Bug Description
when I delete a char, the transaction replace step means I delete somechars and re-add it back, and loss a char what I real delete, it seems fine for end-user, but developer cannot track what real change user made
Browser Used
Chrome
Code Example URL
https://codesandbox.io/p/sandbox/tiptap-2-bug-ph3v4w
Expected Behavior
When I delete a char at anywhere, I want the changed range gived
Additional Context (Optional)
I try to make a track-change extension for tiptap, it works in most normal cases but wrong in some custom-node cursor gap, I try to understand why prosemirror give this kind of "ReplaceStep" back
The text was updated successfully, but these errors were encountered: