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
Currently the annotation changes are not tracked by the histories undo() and redo() commands. This is probably due to the fact that annotations are not stored inside the plugins storage field in the editor state but in an ordinary map.
Move the annotaitons map to the extensions storage field
The text was updated successfully, but these errors were encountered:
The prosemirror history extension (which the tiptap history ist just a wrapper for) only tracks the history of the document, which annotations and decorations are not a part of. Therefore the current state is actually the expected behavior and not a bug.
Currently the annotation changes are not tracked by the histories
undo()
andredo()
commands. This is probably due to the fact that annotations are not stored inside the pluginsstorage
field in the editor state but in an ordinary map.storage
fieldThe text was updated successfully, but these errors were encountered: