Skip to content

Commit

Permalink
Merge pull request DSpace#3115 from dspace-unimr/fix/DSpace#2957-hamb…
Browse files Browse the repository at this point in the history
…urger-menu-hangs-on-keyboard-use

Fixes: Site hangs when selecting items via keyboard from the hamburger menu
  • Loading branch information
tdonohue authored Jun 14, 2024
2 parents d71964d + a4e9a9a commit 5040811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[queryParams]="item.queryParams"
(click)="$event.stopPropagation()"
(keyup.space)="navigate($event)"
(keyup.enter)="navigate($event)"
(keydown.enter)="navigate($event)"
href="javascript:void(0);"
>{{item.text | translate}}</a>

0 comments on commit 5040811

Please sign in to comment.