codepod icon indicating copy to clipboard operation
codepod copied to clipboard

Unified Undo/Redo for both Canvas and Text operations

Open lihebi opened this issue 1 year ago • 0 comments

We indeed need a unified undo/redo to handle both canvas (Reactflow) and text (Monaco and Remirror) operations, as suggested by @forrestbao.

This needs to be done with Yjs UndoManager to support collaboration.

Note that undo/redo is a separate feature from a history/VCS system. Undo/redo is supposed to work in a short period of time within the browser session.

lihebi avatar Aug 04 '23 02:08 lihebi