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

Function cancelThrottle

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

Source from the content-addressed store, hash-verified

485 };
486}
487function cancelThrottle() {
488 clearTimeout(_throttleTimeout);
489 _throttleTimeout = void 0;
490}
491function scrollBy(el, x, y) {
492 el.scrollLeft += x;
493 el.scrollTop += y;

Callers 1

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…