forked from 0x2620/oxjs
fix a bug where space key wouldn't register while autocomplete menu was open
This commit is contained in:
parent
0ebd4efc72
commit
6e0bafed88
3 changed files with 42 additions and 27 deletions
|
|
@ -460,6 +460,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
|
||||
self.$findInput = Ox.Input({
|
||||
autocomplete: self.words,
|
||||
autocompleteReplace: true,
|
||||
autocompleteSelect: true,
|
||||
autocompleteSelectHighlight: true,
|
||||
autocompleteSelectMax: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue