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): remove preview after animate to placeholder animation completes (#29439)
* fix(cdk/drag-drop): remove preview after animate to placeholder animation completes
The comparison between the event target element and this._preview never returned true because this._preview is a class, and we need to compare its element instead. This regression was introduced in commit ebab924#diff-65b82ba5c290701d792881e9e389e8f1961848abb740bb20940d4383dfae4eacL121-R117.
* fixup! fix(cdk/drag-drop): remove preview after animate to placeholder animation completes
Fix linting error
(cherry picked from commit 5655661)
0 commit comments