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): dragging styles not reset once dragging is… (#17150)
When the user starts dragging an element we set some styles on it in order to prevent some native interactions like text selection, however we never reset them which can prevent the user from being able to start dragging from the same element afterwards.
Fixes#17139.
(cherry picked from commit e62e6bd)
0 commit comments