提交 6065a951 编写于 作者: E Eugene Pankov

fixed #2294

上级 db43381f
......@@ -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--
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册