MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / clearDragCursor

Function clearDragCursor

lib/web/CodeMirror/src/edit/drop_events.js:125–130  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

123}
124
125export function clearDragCursor(cm) {
126 if (cm.display.dragCursor) {
127 cm.display.lineSpace.removeChild(cm.display.dragCursor)
128 cm.display.dragCursor = null
129 }
130}

Callers 2

registerEventHandlersFunction · 0.90
onDropFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected