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

Function drag_

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:322–325  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

320 if (options.dragDrop) {
321 connect(lineSpace, "dragstart", onDragStart);
322 function drag_(e) {
323 if (options.onDragEvent && options.onDragEvent(instance, addStop(e))) return;
324 e_stop(e);
325 }
326 connect(scroller, "dragenter", drag_);
327 connect(scroller, "dragover", drag_);
328 connect(scroller, "drop", operation(onDrop));

Callers

nothing calls this directly

Calls 2

addStopFunction · 0.70
e_stopFunction · 0.70

Tested by

no test coverage detected