mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
Explicitly set passive:false for wheel event handlers to supress console warnings
This commit is contained in:
parent
f097808c95
commit
9c2f46cb19
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@
|
|||
tracker.element,
|
||||
event,
|
||||
delegate[ event ],
|
||||
false
|
||||
event === $.MouseTracker.wheelEventName ? { passive: false, capture: false } : false
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue