mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3289873186
Prior to this patch, if an element was removed multiple times (due to the nature of parent/child elements), the leave listeners may have been fired for an element that was already removed. This patch adds a guard within the animations code to prevent this. PR Close #40712