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

Function shouldSkipEdits

src/components/shapes/draw.js:70–72  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

68}
69
70function shouldSkipEdits(gd) {
71 return !!gd._fullLayout._outlining;
72}
73
74function couldHaveActiveShape(gd) {
75 // for now keep config.editable: true as it was before shape-drawing PR

Callers 4

updateDragModeFunction · 0.85
startDragFunction · 0.85
endDragFunction · 0.85
abortDragFunction · 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…