mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Explicitly set passive:false for wheel event handlers to supress console warnings
This commit is contained in:
parent
f097808c95
commit
9c2f46cb19
@ -1463,7 +1463,7 @@
|
||||
tracker.element,
|
||||
event,
|
||||
delegate[ event ],
|
||||
false
|
||||
event === $.MouseTracker.wheelEventName ? { passive: false, capture: false } : false
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user