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

Function clearAutoScrolls

modular/sortable.esm.js:2524–2529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2522 });
2523}
2524function clearAutoScrolls() {
2525 autoScrolls.forEach(function (autoScroll) {
2526 clearInterval(autoScroll.pid);
2527 });
2528 autoScrolls = [];
2529}
2530function clearPointerElemChangedInterval() {
2531 clearInterval(pointerElemChangedInterval);
2532}

Callers 2

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