()
| 199 | } |
| 200 | |
| 201 | function 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 |
| 208 | function stopPropagation(e) { |
no outgoing calls
no test coverage detected