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(overlay): clear timeout if the backdrop transition completes early
Currently we have a `setTimeout` as a fallback for the backdrop animation not completing. These changes clear the timeout if the animation finished first so we don't have to do extra work. Also runs the `transitionend` handler outside the NgZone.
0 commit comments