forked from 0x2620/oxjs
fix bugs in video editor
This commit is contained in:
parent
e719b6d219
commit
e2529916b3
3 changed files with 24 additions and 22 deletions
|
|
@ -1338,7 +1338,7 @@ Ox.Input_ = function(options, self) {
|
|||
that.$input.forEach(function(v, i) {
|
||||
v.val('');
|
||||
});
|
||||
that.$input[0].focusInput(true);
|
||||
that.$input[0].focusInput();
|
||||
}
|
||||
|
||||
function height(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue