diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx index 95a6bd3..28ee373 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx @@ -118,6 +118,11 @@ const PrimitivePropRow: React.FC<{ stateEditors.studio.historic.projects.stateByProjectId.stateBySheetId.sequenceEditor.addPropToGraphEditor( {...c, pathToProp: leaf.pathToProp}, ) + stateEditors.studio.historic.panels.sequenceEditor.graphEditor.setIsOpen( + { + isOpen: true, + }, + ) } }) }, [leaf])