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 has been archived by the owner on Mar 27, 2019. It is now read-only.
In 5.0.9, Chrome and IE now jump large distances when using the scroll wheel. Comparing to 5.0.6, to scrolling feels much less responsive and it scrolls way too much.
In 5.0.9, Chrome and IE now jump large distances when using the scroll wheel. Comparing to 5.0.6, to scrolling feels much less responsive and it scrolls way too much.
This was introduced by this change: c6a3715
In both cases the event have a deltaX value which is large, but the new change causes it to not be normalized.
Chrome on Mac and Firefox both seem to get a reasonable value for this.
The text was updated successfully, but these errors were encountered: