Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ clickRedo
Function
clickRedo
src/js/method-draw.js:765–770 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
763
};
764
765
var
clickRedo =
function
(){
766
if
(undoMgr.getRedoStackSize() > 0) {
767
flash($(
'#edit_menu'
));
768
undoMgr.redo();
769
}
770
};
771
772
var
clickGroup =
function
(){
773
// group
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
flash
Function · 0.70
Tested by
no test coverage detected