Update
This commit is contained in:
@@ -67,7 +67,7 @@ const VideoEditor = ({ width, height }) => {
|
||||
}, [timelineElements]);
|
||||
|
||||
const initTimeline = () => {
|
||||
cleanupVideos();
|
||||
cleanupVideos(videoElements);
|
||||
setTimelineElementsAsync(sampleTimelineElements).then(() => {
|
||||
showConsoleLogs && console.log('Loaded sample timeline');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user