Skip to content

Commit f515eae

Browse files
committed
fix(editor): defer caption track enable until generation succeeds
Made-with: Cursor
1 parent 4d90f02 commit f515eae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/desktop/src/routes/editor/Timeline

apps/desktop/src/routes/editor/Timeline/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ export function Timeline() {
562562
const generateCaptionsFromTrack = async () => {
563563
if (!editorInstance) return;
564564

565-
setEditorState("timeline", "tracks", "caption", true);
566565
setEditorState("captions", "isGenerating", true);
567566

568567
try {

0 commit comments

Comments
 (0)