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
All browsers seem to agree that given the following sequence:
Wheel scroll in scrollable element at the end of the scrollable range which is handed off.
A following wheel scroll after the element has handed off overscroll.
Wheel events for the first gesture will be targetted at the event target for the wheel event group. The second scroll will be the initial wheel event for a new wheel event group, and as a result will have a new event target.
All browsers seem to agree that given the following sequence:
Wheel events for the first gesture will be targetted at the event target for the wheel event group. The second scroll will be the initial wheel event for a new wheel event group, and as a result will have a new event target.
Related to: #338
The text was updated successfully, but these errors were encountered: