forked from 0x2620/oxjs
fix updating clipView
This commit is contained in:
parent
e288749077
commit
71c163f9fb
2 changed files with 26 additions and 13 deletions
|
|
@ -69,6 +69,11 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
self.$mainPanel.resizeElement(1, self.options.clipSize);
|
||||
resizeClips({size: self.options.clipSize});
|
||||
},
|
||||
clipView: function() {
|
||||
self.$clipPanel.options({
|
||||
view: self.options.clipView
|
||||
});
|
||||
},
|
||||
duration: function() {
|
||||
self.$timeline && self.$timeline.replaceWith(
|
||||
self.$timeline = getTimeline()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue