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 Jun 14, 2021. It is now read-only.
When attempting to set swapWheelAxes to true, a few issues arise.
First, I'm finding that unless there is scrollable content in both the X and Y direction, scrolling in any direction is not registered.
When I do get it to generally work, sometimes only one direction within each axis scrolls and when a scroll handle reaches the end of its track, scrolling stops working all together (as if it gets locked into that position).
When attempting to set
swapWheelAxestotrue, a few issues arise.First, I'm finding that unless there is scrollable content in both the X and Y direction, scrolling in any direction is not registered.
When I do get it to generally work, sometimes only one direction within each axis scrolls and when a scroll handle reaches the end of its track, scrolling stops working all together (as if it gets locked into that position).