Update
This commit is contained in:
@@ -78,7 +78,7 @@ const VideoEditor = ({ width, height, onOpenTextSidebar }) => {
|
||||
currentCaption: currentCaption || 'Default caption text',
|
||||
};
|
||||
|
||||
const generatedTimeline = generateTimelineFromTemplate(SINGLE_CAPTION_TEMPLATE, mediaStoreData);
|
||||
const generatedTimeline = generateTimelineFromTemplate(dimensions, SINGLE_CAPTION_TEMPLATE, mediaStoreData);
|
||||
|
||||
if (generatedTimeline.length > 0) {
|
||||
cleanupVideos(videoElements);
|
||||
|
||||
Reference in New Issue
Block a user