forked from 0x2620/oxjs
update video editor (maps)
This commit is contained in:
parent
408ebf54cb
commit
f5d587cf5b
5 changed files with 81 additions and 44 deletions
|
|
@ -114,7 +114,7 @@ Ox.Input = function(options, self) {
|
|||
height: self.options.height + 'px'
|
||||
} : {})
|
||||
)
|
||||
.bindEvent(Ox.extend(self.options.type == 'input' ? {
|
||||
.bindEvent(Ox.extend(self.options.type != 'textarea' ? {
|
||||
key_enter: submit
|
||||
} : {}, {
|
||||
key_control_v: paste,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue