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

Function clearAutoScrolls

Sortable.js:2530–2535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2528 });
2529 }
2530 function clearAutoScrolls() {
2531 autoScrolls.forEach(function (autoScroll) {
2532 clearInterval(autoScroll.pid);
2533 });
2534 autoScrolls = [];
2535 }
2536 function clearPointerElemChangedInterval() {
2537 clearInterval(pointerElemChangedInterval);
2538 }

Callers 2

AutoScrollPluginFunction · 0.70
Sortable.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…