forked from 0x2620/oxjs
update uses of focusInput()
This commit is contained in:
parent
4701245038
commit
c1c4441b10
9 changed files with 21 additions and 17 deletions
|
|
@ -79,7 +79,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
},
|
||||
key_f: function() {
|
||||
setTimeout(function() {
|
||||
self.$findInput.focusInput();
|
||||
self.$findInput.focusInput(true);
|
||||
});
|
||||
},
|
||||
key_g: function() {
|
||||
|
|
@ -1004,7 +1004,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
if (self.results.length) {
|
||||
setPosition(getNextPosition('result', 1));
|
||||
} else {
|
||||
self.$findInput.focusInput();
|
||||
self.$findInput.focusInput(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue