MCPcopy Create free account
hub / github.com/plotly/plotly.js / dragScrollBar

Function dragScrollBar

test/jasmine/tests/updatemenus_test.js:1364–1366  ·  view source on GitHub ↗
(node, position, deltaX, deltaY)

Source from the content-addressed store, hash-verified

1362 }
1363
1364 function dragScrollBar(node, position, deltaX, deltaY) {
1365 drag(node, position.x, position.y, deltaX, deltaY);
1366 }
1367
1368 function wheel(node, deltaY) {
1369 node.dispatchEvent(new WheelEvent('wheel', {

Callers 1

Calls 1

dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…