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

Function cutSelected

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

Source from the content-addressed store, hash-verified

552 };
553
554 var cutSelected = function() {
555 if (selectedElement != null || multiselected) {
556 flash($('#edit_menu'));
557 svgCanvas.cutSelectedElements();
558 }
559 };
560
561 var copySelected = function() {
562 if (selectedElement != null || multiselected) {

Callers 1

method-draw.jsFile · 0.70

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected