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