-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingv13-stale-issueRewriting y-prosemirror from scratch. Closing all issues related to the old implementation.Rewriting y-prosemirror from scratch. Closing all issues related to the old implementation.
Description
Describe the bug
sync-plugin does not detect changes when mark changed. Based on what I see in code, I assume that the problem is in equalYTextPText function, it compares attributes, but does not actually check mark types.
To Reproduce
- Type some text and mark it with
bold - Change mark to
code. I'm using tiptap, so I runtoggleCodecommand that unsetsboldmark and setscodemark. - The change won't be applied to the ydoc/not sent to the server
Expected behavior
The plugin is to able to recognize mark change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingv13-stale-issueRewriting y-prosemirror from scratch. Closing all issues related to the old implementation.Rewriting y-prosemirror from scratch. Closing all issues related to the old implementation.