Graph editor toggles automatically
This commit is contained in:
parent
aadb916f1a
commit
6558514852
1 changed files with 5 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue