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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(select): interimElement will resolve its promise even when transition end event is not fired
Occassionally the transitionEnd event will not fire and the '$mdUtil. waitTransitionEnd()' process will timeout; which
rejects the pending promise. Using '.finally()' allows the correct handlers to fire and will continuing to propagate the rejected
promise.
Fixes#3704. Fixes#3780. Fixes#3800. Closes#3794.
0 commit comments