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(material/core): add fallback if ripples get stuck (#29323)
Currently ripples assume that after the transition is started, either a `transitionend` or `transitioncancel` event will occur. That doesn't seem to be the case in some browser/OS combinations and when there's a high load on the browser.
These changes add a fallback timer that will clear the ripples if they get stuck.
Fixes#29159.
(cherry picked from commit 674538b)
0 commit comments