MCPcopy Index your code
hub / github.com/csev/py4e / drag_

Function drag_

tools/pythonauto/static/codemirrorepl/codemirror.js:2399–2401  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2397 on(d.input, "blur", bind(onBlur, cm));
2398
2399 function drag_(e) {
2400 if (!signalDOMEvent(cm, e)) e_stop(e);
2401 }
2402 if (cm.options.dragDrop) {
2403 on(d.scroller, "dragstart", function(e){onDragStart(cm, e);});
2404 on(d.scroller, "dragenter", drag_);

Callers

nothing calls this directly

Calls 2

signalDOMEventFunction · 0.70
e_stopFunction · 0.70

Tested by

no test coverage detected