forked from 0x2620/oxjs
update video editor
This commit is contained in:
parent
b2e8b2ac82
commit
f61e39a788
9 changed files with 141 additions and 80 deletions
|
|
@ -72,6 +72,7 @@ Ox.Editable = function(options, self) {
|
|||
}
|
||||
|
||||
function cancel() {
|
||||
self.options.editing = false;
|
||||
self.options.value = self.originalValue;
|
||||
self.$input.value(formatInputValue()).hide();
|
||||
self.$test.html(formatTestValue());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue