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

Function clickSelect

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

Source from the content-addressed store, hash-verified

471 }());
472
473 var clickSelect = function() {
474 if (toolButtonClick('#tool_select')) {
475 svgCanvas.setMode('select');
476 }
477 };
478
479 var clickFHPath = function() {
480 if (toolButtonClick('#tool_fhpath')) {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected