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

Function _doubleClick

test/jasmine/tests/map_test.js:1411–1413  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

1409 }
1410
1411 function _doubleClick(pos) {
1412 return _mouseEvent('dblclick', pos, noop);
1413 }
1414
1415 function _drag(p0, p1, cb) {
1416 var promise = _mouseEvent('mousemove', p0, noop).then(function() {

Callers 1

map_test.jsFile · 0.70

Calls 1

_mouseEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…