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

Function clearPointerElemChangedInterval

plugins/AutoScroll/AutoScroll.js:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160function clearPointerElemChangedInterval() {
161 clearInterval(pointerElemChangedInterval);
162}
163
164
165const autoScroll = throttle(function(evt, options, rootEl, isFallback) {

Callers 2

dropFunction · 0.70
_handleAutoScrollFunction · 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…