MCPcopy Create free account
hub / github.com/TruthHun/BookStack / clearDragCursor

Function clearDragCursor

static/mergely/lib/codemirror.js:3932–3937  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

3930 }
3931
3932 function clearDragCursor(cm) {
3933 if (cm.display.dragCursor) {
3934 cm.display.lineSpace.removeChild(cm.display.dragCursor);
3935 cm.display.dragCursor = null;
3936 }
3937 }
3938
3939 // SCROLL EVENTS
3940

Callers 2

registerEventHandlersFunction · 0.85
onDropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected