MCPcopy
hub / github.com/nwutils/nw-sample-apps / drag_

Function drag_

mini-code-edit/cm/lib/codemirror.js:122–125  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

120 if (options.dragDrop) {
121 connect(lineSpace, "dragstart", onDragStart);
122 function drag_(e) {
123 if (options.onDragEvent && options.onDragEvent(instance, addStop(e))) return;
124 e_stop(e);
125 }
126 connect(scroller, "dragenter", drag_);
127 connect(scroller, "dragover", drag_);
128 connect(scroller, "drop", operation(onDrop));

Callers

nothing calls this directly

Calls 2

addStopFunction · 0.85
e_stopFunction · 0.85

Tested by

no test coverage detected