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

Function obtainSensoryElement

src/components/shapes/draw.js:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 sensoryElement.node().onmousemove = updateDragMode;
336
337 function obtainSensoryElement() {
338 return isLine ? createLineDragHandles() : shapePath;
339 }
340
341 function createLineDragHandles() {
342 var minSensoryWidth = 10;

Callers 1

setupDragElementFunction · 0.85

Calls 1

createLineDragHandlesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…