Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ clickClone
Function
clickClone
src/js/method-draw.js:785–788 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
783
};
784
785
var
clickClone =
function
(){
786
flash($(
'#edit_menu'
));
787
svgCanvas.cloneSelectedElements(20,20);
788
};
789
790
var
clickAlign =
function
() {
791
var
letter = this.id.replace(
'tool_align'
,
''
).charAt(0);
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
flash
Function · 0.70
Tested by
no test coverage detected