Skip to content

Commit 53fb9f8

Browse files
EikLoegithub-actions[bot]
authored andcommitted
Change key-listener to keydown in order to work on chrome browsers.
(cherry picked from commit a4e9a9a)
1 parent 1621036 commit 53fb9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/menu/menu-item/link-menu-item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[queryParams]="item.queryParams"
77
(click)="$event.stopPropagation()"
88
(keyup.space)="navigate($event)"
9-
(keyup.enter)="navigate($event)"
9+
(keydown.enter)="navigate($event)"
1010
href="javascript:void(0);"
1111
>{{item.text | translate}}</a>

0 commit comments

Comments
 (0)