Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
revertToSnapshot
Function · 0.80
onKeyDown
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected