MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / stopScrolling

Function stopScrolling

src/options/utils/dragging.js:201–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201function stopScrolling() {
202 eventsToSuppress.forEach(name => removeEventListener(name, stopPropagation, true));
203 if (scrollTimer) clearInterval(scrollTimer);
204 scrollTimer = 0;
205}
206
207// primary goal: don't update Vueleton/tooltip while drag-scrolling
208function stopPropagation(e) {

Callers 2

onDragMouseUpFunction · 0.85
maybeScrollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected