MCPcopy
hub / github.com/methodofaction/Method-Draw / clickGroup

Function clickGroup

src/js/method-draw.js:772–783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

770 };
771
772 var clickGroup = function(){
773 // group
774 if (multiselected) {
775 flash($('#object_menu'));
776 svgCanvas.groupSelectedElements();
777 }
778 // ungroup
779 else if(selectedElement){
780 flash($('#object_menu'));
781 svgCanvas.ungroupSelectedElement();
782 }
783 };
784
785 var clickClone = function(){
786 flash($('#edit_menu'));

Callers

nothing calls this directly

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected