Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docusealco/docuseal
/ undo
Method
undo
app/javascript/elements/html_editor.js:566–571 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
564
}
565
566
undo (e) {
567
e.preventDefault()
568
569
this.editor.chain().focus().undo().run()
570
this.updateToolbarState()
571
}
572
573
redo (e) {
574
e.preventDefault()
Callers
nothing calls this directly
Calls
1
updateToolbarState
Method · 0.45
Tested by
no test coverage detected