mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-16 16:33:38 +08:00
Basic implementation of undo/redo
It's not great, as the granularity is too low. But it's a good first step. It only works in the RawEditor so far.
This commit is contained in:
@ -185,6 +185,8 @@ class ChecklistEditorState extends State<ChecklistEditor>
|
||||
),
|
||||
onUndoSelected: _undo,
|
||||
onRedoSelected: _redo,
|
||||
undoAllowed: false,
|
||||
redoAllowed: false,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user