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

Function drag_

tools/pythonauto/static/codemirror/codemirror.js:1652–1655  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1650 on(d.input, "blur", bind(onBlur, cm));
1651
1652 function drag_(e) {
1653 if (signalDOMEvent(cm, e) || cm.options.onDragEvent && cm.options.onDragEvent(cm, addStop(e))) return;
1654 e_stop(e);
1655 }
1656 if (cm.options.dragDrop) {
1657 on(d.scroller, "dragstart", function(e){onDragStart(cm, e);});
1658 on(d.scroller, "dragenter", drag_);

Callers

nothing calls this directly

Calls 3

signalDOMEventFunction · 0.70
addStopFunction · 0.70
e_stopFunction · 0.70

Tested by

no test coverage detected