From a4978c0d031a5e8ff5f4104dca201a5a97fe31ac Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 15 Jun 2025 08:36:43 +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 abb40d2..16fe10f 100644 --- a/resources/js/modules/editor/partials/canvas/video-editor.jsx +++ b/resources/js/modules/editor/partials/canvas/video-editor.jsx @@ -344,7 +344,7 @@ const VideoEditor = ({ width, height }) => { video.load(); }); }; - }, [dimensions.width, dimensions.height]); + }, []); useEffect(() => { const videoCount = timelineElements.filter((el) => el.type === 'video').length;