Skip to content

Commit

Permalink
Show the lower third when clicking show
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlihou committed Feb 27, 2024
1 parent 67d4741 commit e673506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Manage/SavedLowerThirds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const SavedLowerThirds = ({
}

await update(cgConfigRef.current, {
showLowerThird: true,
lowerThirdTitle: rec.title,
lowerThirdSubtitle: rec.subtitle,
} as Partial<CGConfig>);
Expand Down

0 comments on commit e673506

Please sign in to comment.