Fixed bug

This commit is contained in:
Ariel Fuggini 2020-06-12 17:01:15 -05:00 committed by JC Brand
parent a78763b510
commit bab71485ca

View File

@ -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);
} }