Skip to content

Commit

Permalink
fix(menu): left arrow in submenu closes submenu in closure
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608184142
  • Loading branch information
material-web-copybara authored and Copybara-Service committed Feb 19, 2024
1 parent 87d7eac commit 2049323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/internal/menu.ts
Expand Up @@ -233,7 +233,7 @@ export abstract class Menu extends LitElement {
* Whether or not the current menu is a submenu and should not handle specific
* navigation keys.
*
* @exports
* @export
*/
isSubmenu = false;

Expand Down

0 comments on commit 2049323

Please sign in to comment.