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
{{ message }}
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
The call to evt.preventDefault(); will result into an error for passive listeners.
Fix
Check if { passive: false } is supported and apply it for this event listener or remove the troubling code. Also you can remove the unused variable var delta = -evt.deltaY; just below the code.