Skip to content

Commit 1c79e74

Browse files
committed
fix: set selection to zoom segment on creation
1 parent 9f23fb6 commit 1c79e74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ export function ZoomTrack(props: {
120120
},
121121
},
122122
});
123+
124+
setEditorState("timeline", "selection", {
125+
type: "zoom",
126+
index,
127+
});
123128
})
124129
);
125130
});

0 commit comments

Comments
 (0)