Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
export
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
registerEventHandlers
Function · 0.90
onDrop
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected