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(cdk/menu): nested menus requiring two taps to open touch devices (#27586)
The CDK menu supports opening a nested menu by hover, but the problem is that touch devices dispatch fake `mouseenter` events which end up closing the menu immediately. These changes add some logic to ignore such events.
Fixes#27508.
(cherry picked from commit d190e87)
0 commit comments