MCPcopy Create free account
hub / github.com/breck7/scroll / clearDragCursor

Function clearDragCursor

external/.scrollLibs.js:8905–8910  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

8903 }
8904
8905 function clearDragCursor(cm) {
8906 if (cm.display.dragCursor) {
8907 cm.display.lineSpace.removeChild(cm.display.dragCursor)
8908 cm.display.dragCursor = null
8909 }
8910 }
8911
8912 // These must be handled carefully, because naively registering a
8913 // handler for each editor will cause the editors to never be

Callers 2

onDropFunction · 0.85
registerEventHandlersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected