Fixed bug
This commit is contained in:
parent
a78763b510
commit
bab71485ca
@ -102,7 +102,7 @@ export class DropdownList extends BaseDropdown {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleKeyUp (ev) {
|
handleKeyUp (ev) {
|
||||||
super.handleKeyUp();
|
super.handleKeyUp(ev);
|
||||||
if (ev.keyCode === converse.keycodes.DOWN_ARROW && !this.navigator.enabled) {
|
if (ev.keyCode === converse.keycodes.DOWN_ARROW && !this.navigator.enabled) {
|
||||||
this.enableArrowNavigation(ev);
|
this.enableArrowNavigation(ev);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user