From 62a94ee644d731c8e1d1e5d5b255ec2b8335307c Mon Sep 17 00:00:00 2001 From: j Date: Sun, 9 Jul 2023 16:01:58 +0530 Subject: [PATCH] update timeline one once --- source/UI/js/Video/VideoEditPanel.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/UI/js/Video/VideoEditPanel.js b/source/UI/js/Video/VideoEditPanel.js index 0a4f8627..cc40507e 100644 --- a/source/UI/js/Video/VideoEditPanel.js +++ b/source/UI/js/Video/VideoEditPanel.js @@ -266,9 +266,6 @@ Ox.VideoEditPanel = function(options, self) { .bindEvent({ durationchange: function(data) { self.options.duration = data.duration; - self.$timeline && self.$timeline.replaceWith( - self.$timeline = getTimeline() - ); setPosition(self.$video.options('position'), true); self.$clipPanel.options({duration: self.options.duration}); },