mirror of
https://github.com/eugeny/tabby
synced 2025-12-13 11:15:43 +00:00
fixed #2294
This commit is contained in:
@@ -23,7 +23,7 @@ export class SelectorModalComponent<T> {
|
||||
this.onFilterChange()
|
||||
}
|
||||
|
||||
@HostListener('keypress', ['$event']) onKeyUp (event: KeyboardEvent): void {
|
||||
@HostListener('keyup', ['$event']) onKeyUp (event: KeyboardEvent): void {
|
||||
if (event.key === 'ArrowUp') {
|
||||
this.selectedIndex--
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user