Skip to content

Commit

Permalink
a missed break; modified
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-ghzl committed Sep 28, 2023
1 parent ee3d321 commit 6cb3b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export class Menu implements OnDestroy {
DomHandler.focus(this.target);
this.hide();
}
break;

case 'Tab':
this.overlayVisible && this.hide();
Expand Down

0 comments on commit 6cb3b1a

Please sign in to comment.