MCPcopy Create free account
hub / github.com/codecombat/codecombat / onRedo

Method onRedo

app/views/editor/level/LevelEditView.js:588–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586 }
587
588 onRedo () {
589 return __guard__(TreemaNode.getLastTreemaWithFocus(), x => x.redo())
590 }
591
592 showUndoDescription () {
593 const undoDescription = TreemaNode.getLastTreemaWithFocus().getUndoDescription()

Callers

nothing calls this directly

Calls 2

__guard__Function · 0.70
redoMethod · 0.45

Tested by

no test coverage detected