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

Function couldHaveActiveSelection

src/components/selections/draw.js:49–51  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

47}
48
49function couldHaveActiveSelection(gd) {
50 return gd._context.editSelection;
51}
52
53function drawOne(gd, index) {
54 // remove the existing selection if there is one.

Callers 4

drawSelectionFunction · 0.85
activateSelectionFunction · 0.85
activateLastSelectionFunction · 0.85
deactivateSelectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…