MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / undo

Method undo

apps/client/src/code/pages/page/undo-redo.ts:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 undo() {
94 this.undoManager.undo();
95
96 this.updateReactiveData();
97 }
98 redo() {
99 this.undoManager.redo();
100

Callers 2

revertToSnapshotFunction · 0.80
onKeyDownFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected