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 Apr 5, 2025. It is now read-only.
Add some gestures source by calling mentioned method
Now reassign its gesturesoure by calling the same method multiple times
Expected: navigation works as usual
Observed: zoom "skyrockets" and is overaccelerated
the reason for this is that each new call of getgesturesstream adds its inner event call and subscribes to all previous calls of custom event "xbrowserwheel" so each call of those function adds duplicate gestures for each single mouse wheel event.