Fixed arrow navigation in file preview
This commit is contained in:
parent
cb268eadd1
commit
09a7c6a5d0
@ -40,7 +40,6 @@ export class SpotlightSearchComponent {
|
||||
@HostListener('document:keydown.arrowUp', ['$event'])
|
||||
handleKeyDown(event: KeyboardEvent): void {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
@HostListener('document:keyup.arrowDown', ['$event'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user