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