-
Notifications
You must be signed in to change notification settings - Fork 57
Undo and redo #171
Copy link
Copy link
Closed
Labels
Milestone
Description
Users should be able to undo their changes and redo them. We'll have two buttons in the toolbar for this.
Some requirements:
- Undo/redo should restore both content and cursor/scroll position.
- We need to define how undo actions are grouped (i.e. we don't want to undo every character typed). Look into what Gutenberg does and what's the typical behavior in each platform, then make a decision.
Reactions are currently unavailable