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): avoid retaining disabled handles after they've been destroyed (#21015)
The `DragRef` keeps track of which of its handles have been disabled, but if one of
them is destroyed, we still keep its reference until the object is destroyed.
These changes add some extra logic to filter them out.
Fixes#21009.
(cherry picked from commit de5a940)
0 commit comments