Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ _getUndoList
Function
_getUndoList
static/wangEditor/js/wangEditor.js:800–805 ·
view source on GitHub ↗
(editor)
Source
from the content-addressed store, hash-verified
798
return
editor._redoList;
799
}
800
function
_getUndoList(editor) {
801
if
(editor._undoList == null) {
802
editor._undoList = [];
803
}
804
return
editor._undoList;
805
}
806
807
// 数据处理
808
function
_handle(editor, data,
type
) {
Callers
1
wangEditor.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected