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 unclickable submenus on touchscreen tablet (#1983)
It works by cancelling the onclick URL change for the current (bold)
parent menu item. This matches the mobile experience. Touchscreens can
now tap a menu to go there (preserving current UX), tap again to open
the submenu, then tap the submenu item. Previous behavior with mice is
unchanged.
Co-authored-by: ShubhamOulkar <[email protected]>
Co-authored-by: bjohansebas <[email protected]>
0 commit comments