MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / drag_

Function drag_

static/js/codemirror/codemirror.js:1463–1466  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1461 on(d.input, "blur", bind(onBlur, cm));
1462
1463 function drag_(e) {
1464 if (cm.options.onDragEvent && cm.options.onDragEvent(cm, addStop(e))) return;
1465 e_stop(e);
1466 }
1467 if (cm.options.dragDrop) {
1468 on(d.scroller, "dragstart", function(e){onDragStart(cm, e);});
1469 on(d.scroller, "dragenter", drag_);

Callers

nothing calls this directly

Calls 2

addStopFunction · 0.85
e_stopFunction · 0.85

Tested by

no test coverage detected