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

Function cancelThrottle

Sortable.js:493–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 };
492 }
493 function cancelThrottle() {
494 clearTimeout(_throttleTimeout);
495 _throttleTimeout = void 0;
496 }
497 function scrollBy(el, x, y) {
498 el.scrollLeft += x;
499 el.scrollTop += y;

Callers 2

dropFunction · 0.90
AutoScrollPluginFunction · 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…