MCPcopy
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

renderMethod · 0.95
undoMethod · 0.45
redoMethod · 0.45
increaseNestingLevelMethod · 0.45
decreaseNestingLevelMethod · 0.45

Tested by

no test coverage detected