MCPcopy Index your code
hub / github.com/SortableJS/Sortable / drop

Function drop

plugins/AutoScroll/AutoScroll.js:68–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 },
67
68 drop() {
69 if (this.sortable.nativeDraggable) {
70 off(document, 'dragover', this._handleAutoScroll);
71 } else {
72 off(document, 'pointermove', this._handleFallbackAutoScroll);
73 off(document, 'touchmove', this._handleFallbackAutoScroll);
74 off(document, 'mousemove', this._handleFallbackAutoScroll);
75 }
76
77 clearPointerElemChangedInterval();
78 clearAutoScrolls();
79 cancelThrottle();
80 },
81
82 nulling() {
83 touchEvt =

Callers

nothing calls this directly

Calls 4

offFunction · 0.90
cancelThrottleFunction · 0.90
clearAutoScrollsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…