mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Change key-listener to keydown in order to work on chrome browsers.
(cherry picked from commit a4e9a9a4b8
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
16210365be
commit
53fb9f85fc
@@ -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>
|
||||
|
Reference in New Issue
Block a user