Commit bab71485 authored by Ariel Fuggini's avatar Ariel Fuggini Committed by JC Brand

Fixed bug

parent a78763b5
...@@ -102,7 +102,7 @@ export class DropdownList extends BaseDropdown { ...@@ -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);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment