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;