Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ clickUndo
Function
clickUndo
src/js/method-draw.js:758–763 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
756
}
757
758
var
clickUndo =
function
(){
759
if
(undoMgr.getUndoStackSize() > 0) {
760
flash($(
'#edit_menu'
));
761
undoMgr.undo();
762
}
763
};
764
765
var
clickRedo =
function
(){
766
if
(undoMgr.getRedoStackSize() > 0) {
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
flash
Function · 0.70
Tested by
no test coverage detected