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/menu): animation issue when same menu is used for multiple nested triggers (#29280)
If the same menu is passed to different triggers and the user moves quickly between the menus (e.g. in a nested menu), an empty menu panel can show up while the closed menu is animating away. This is because the content needs to be moved over to the new menu.
These changes hide the empty menu panel immediately using CSS to avoid the glichy behavior.
(cherry picked from commit 3550a87)
0 commit comments