diff --git a/src/app/ProjectSchedulePane.tsx b/src/app/ProjectSchedulePane.tsx index 5745417b..c051860e 100644 --- a/src/app/ProjectSchedulePane.tsx +++ b/src/app/ProjectSchedulePane.tsx @@ -662,6 +662,12 @@ export function ProjectSequencerPane({ teleportTargetOptions={teleportTargetOptions} sceneTransitionTargetOptions={sceneTransitionTargetOptions} visibilityTargetOptions={visibilityTargetOptions} + preferredControlTargetKey={ + selectedRoutine?.sequenceId === selectedSequenceId && + selectedRoutine.target.kind !== "global" + ? getControlTargetRefKey(selectedRoutine.target) + : null + } selectedSequenceId={selectedSequenceId} onSelectSequence={onSelectSequence} onAddSequence={onAddSequence}