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
fix(cdk/drag-drop): don't disable native dragging on inactive handles (#20991)
Currently we disable native drag interactions on handles once when they're registered,
however this can block scrolling on mobile devices if the handle is inactive (either it
is disabled or the drag element is disabled).
These changes toggle the state dynamically depending on the active state.
Fixes#20974.
(cherry picked from commit f133210)
0 commit comments