Ariel Fuggini il y a 5 ans
Parent
commit
bab71485ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/dropdown.js

+ 1 - 1
src/components/dropdown.js

@@ -102,7 +102,7 @@ export class DropdownList extends BaseDropdown {
     }
 
     handleKeyUp (ev) {
-        super.handleKeyUp();
+        super.handleKeyUp(ev);
         if (ev.keyCode === converse.keycodes.DOWN_ARROW && !this.navigator.enabled) {
             this.enableArrowNavigation(ev);
         }