Update
This commit is contained in:
@@ -344,7 +344,7 @@ const VideoEditor = ({ width, height }) => {
|
||||
video.load();
|
||||
});
|
||||
};
|
||||
}, [dimensions.width, dimensions.height]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
const videoCount = timelineElements.filter((el) => el.type === 'video').length;
|
||||
|
||||
Reference in New Issue
Block a user