1
0
Fork 0
forked from 0x2620/oxjs

fix updating clipView

This commit is contained in:
j 2016-11-27 19:41:10 +01:00
commit 71c163f9fb
2 changed files with 26 additions and 13 deletions

View file

@ -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()