Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ undo
Function
undo
packages/plugins/yjs/src/plugin/with-history.ts:35–37 ·
view source on GitHub ↗
(editor: Editor)
Source
from the content-addressed store, hash-verified
33
},
34
35
undo(editor: Editor) {
36
withHistoryProtocol(editor).undo()
37
},
38
39
redo(editor: Editor) {
40
withHistoryProtocol(editor).redo()
Callers
1
withYHistory
Function · 0.70
Calls
2
withHistoryProtocol
Function · 0.90
undo
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…