MCPcopy Create free account
hub / github.com/TruthHun/BookStack / undo

Function undo

static/wangEditor/js/wangEditor.js:6222–6224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6220
6221 // 执行undo记录
6222 function undo() {
6223 editor.undoRecord();
6224 }
6225
6226 $txt.on('keydown', function (e) {
6227 var keyCode = e.keyCode;

Callers 1

wangEditor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected