Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/trix
/ perform
Method
perform
src/trix/controllers/editor_controller.js:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
return
this.editor.canUndo()
28
},
29
perform() {
30
return
this.editor.undo()
31
},
32
},
33
redo: {
34
test() {
Callers
nothing calls this directly
Calls
5
render
Method · 0.95
undo
Method · 0.45
redo
Method · 0.45
increaseNestingLevel
Method · 0.45
decreaseNestingLevel
Method · 0.45
Tested by
no test coverage detected