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

Function clearAutoScrolls

plugins/AutoScroll/AutoScroll.js:153–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153function clearAutoScrolls() {
154 autoScrolls.forEach(function(autoScroll) {
155 clearInterval(autoScroll.pid);
156 });
157 autoScrolls = [];
158}
159
160function clearPointerElemChangedInterval() {
161 clearInterval(pointerElemChangedInterval);

Callers 3

dropFunction · 0.70
_handleAutoScrollFunction · 0.70
AutoScroll.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…