MCPcopy Index your code
hub / github.com/DHTMLX/gantt / clearDragCursor

Function clearDragCursor

samples/common/codehighlight/codemirror.js:6596–6601  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

6594 }
6595
6596 function clearDragCursor(cm) {
6597 if (cm.display.dragCursor) {
6598 cm.display.lineSpace.removeChild(cm.display.dragCursor);
6599 cm.display.dragCursor = null;
6600 }
6601 }
6602
6603 // These must be handled carefully, because naively registering a
6604 // 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