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

Function clearPointerElemChangedInterval

Sortable.js:2536–2538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2534 autoScrolls = [];
2535 }
2536 function clearPointerElemChangedInterval() {
2537 clearInterval(pointerElemChangedInterval);
2538 }
2539 var autoScroll = throttle(function (evt, options, rootEl, isFallback) {
2540 // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=505521
2541 if (!options.scroll) return;

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…