You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
The text was updated successfully, but these errors were encountered:
I am having this same issue, I've tried every code sample I can find and now I've made it worse. I'm needing serious help with this issue, I've had the issue for awhile but at first it was just saying I needed to add the listener as passive but when I did now its saying the same thing, [Violation] Added non-passive event listener to scroll-blocking 'wheel' event.
I've just tried your lib (version
6.10.1
) and this warning in showing up in consoleIt's present on your demo page too
https://worka.github.io/vanilla-js-wheel-zoom/demo-image.html
The text was updated successfully, but these errors were encountered: