Skip to content

Commit

Permalink
Change key-listener to keydown in order to work on chrome browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leano1998 committed Jun 6, 2024
1 parent 3fbc3dc commit a4e9a9a
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 a4e9a9a

Please sign in to comment.