()
| 158 | } |
| 159 | |
| 160 | function clearPointerElemChangedInterval() { |
| 161 | clearInterval(pointerElemChangedInterval); |
| 162 | } |
| 163 | |
| 164 | |
| 165 | const autoScroll = throttle(function(evt, options, rootEl, isFallback) { |
no outgoing calls
no test coverage detected
searching dependent graphs…