Skip to content

Commit 2049323

Browse files
fix(menu): left arrow in submenu closes submenu in closure
PiperOrigin-RevId: 608184142
1 parent 87d7eac commit 2049323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/internal/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export abstract class Menu extends LitElement {
233233
* Whether or not the current menu is a submenu and should not handle specific
234234
* navigation keys.
235235
*
236-
* @exports
236+
* @export
237237
*/
238238
isSubmenu = false;
239239

0 commit comments

Comments
 (0)