Skip to content

Commit

Permalink
Fixed #16219 - Menu: console.error when selecting a menu item with ke…
Browse files Browse the repository at this point in the history
…yboard
  • Loading branch information
mehmetcetin01140 committed Aug 13, 2024
1 parent 2929519 commit 73b78a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ export class Menu implements OnDestroy {
this.onShow.emit({});
this.appendOverlay();
this.alignOverlay();
this.bindDocumentClickListener();
this.bindDocumentResizeListener();
this.bindScrollListener();
DomHandler.focus(this.listViewChild.nativeElement);
Expand Down

0 comments on commit 73b78a8

Please sign in to comment.