From 70813b16ba6403ebfbe1d33830dac07e378179da Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 15 Jun 2025 20:58:33 +0800 Subject: [PATCH] Update --- resources/js/modules/editor/partials/canvas/video-editor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/modules/editor/partials/canvas/video-editor.jsx b/resources/js/modules/editor/partials/canvas/video-editor.jsx index 452d3e0..01fd660 100644 --- a/resources/js/modules/editor/partials/canvas/video-editor.jsx +++ b/resources/js/modules/editor/partials/canvas/video-editor.jsx @@ -67,7 +67,7 @@ const VideoEditor = ({ width, height }) => { }, [timelineElements]); const initTimeline = () => { - cleanupVideos(); + cleanupVideos(videoElements); setTimelineElementsAsync(sampleTimelineElements).then(() => { showConsoleLogs && console.log('Loaded sample timeline');