diff --git a/source/Ox.UI/js/Video/VideoEditPanel.js b/source/Ox.UI/js/Video/VideoEditPanel.js index 24acab5a..56f09b96 100644 --- a/source/Ox.UI/js/Video/VideoEditPanel.js +++ b/source/Ox.UI/js/Video/VideoEditPanel.js @@ -372,7 +372,8 @@ Ox.VideoEditPanel = function(options, self) { self.$clipPanel.options({position: self.options.position}); } - function dragendTimeline() { + function dragendTimeline(data) { + dragTimeline(data); that.triggerEvent('position', {position: self.options.position}); }