MCPcopy Index your code
hub / github.com/plotly/plotly.js / clickGroupController

Function clickGroupController

src/components/shapes/display_outlines.js:321–325  ·  view source on GitHub ↗
(numClicks)

Source from the content-addressed store, hash-verified

319 }
320
321 function clickGroupController(numClicks) {
322 if(numClicks === 2) {
323 eraseActiveSelection(gd);
324 }
325 }
326
327 function addGroupControllers() {
328 groupDragOptions = [];

Callers

nothing calls this directly

Calls 1

eraseActiveSelectionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…