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): error if dragging starts from active sibling container (#20704)
Currently we have a restriction that prevents users from starting a new drag sequence
if an item within the same container is being dragged, however they can start one
from a connected container and pull the item into the active one and start dragging
it there. This can cause an error if it happens while the item's drop animation is
running.
These changes add an extra check so that dragging can't be started out of a connected
container either.
Relates to #20623.
0 commit comments