MCPcopy Create free account
hub / github.com/witheve/Eve / clearDragCursor

Function clearDragCursor

src/codemirror.js:3955–3960  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

3953 }
3954
3955 function clearDragCursor(cm) {
3956 if (cm.display.dragCursor) {
3957 cm.display.lineSpace.removeChild(cm.display.dragCursor);
3958 cm.display.dragCursor = null;
3959 }
3960 }
3961
3962 // SCROLL EVENTS
3963

Callers 2

registerEventHandlersFunction · 0.85
onDropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected