-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open

Description
I believe I'm seeing a warning error in Google Chrome saying:
[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
This is pointing to the following code line:
jquery-mousewheel/jquery.mousewheel.js
Line 40 in fcb425e
this.addEventListener( toBind[ --i ], handler, false ); |
TrietPham96
Metadata
Metadata
Assignees
Labels
No labels