MCPcopy
hub / github.com/hokein/electron-sample-apps / undo

Function undo

mini-code-editor/cm/lib/codemirror.js:666–666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664 to.push(out);
665 }
666 function undo() {unredoHelper(history.done, history.undone);}
667 function redo() {unredoHelper(history.undone, history.done);}
668
669 function updateLinesNoUndo(from, to, newText, selFrom, selTo) {

Callers

nothing calls this directly

Calls 1

unredoHelperFunction · 0.85

Tested by

no test coverage detected