Skip to content

Commit 0d94bed

Browse files
psychedeliciousMillu
authored andcommitted
fix(ui): workflow editor side panel remembers positioning
closes #4402
1 parent cec8ad5 commit 0d94bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/NodeEditorPanelGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const NodeEditorPanelGroup = () => {
4545
<PanelGroup
4646
ref={panelGroupRef}
4747
id="workflow-panel-group"
48+
autoSaveId="workflow-panel-group"
4849
direction="vertical"
4950
style={{ height: '100%', width: '100%' }}
5051
storage={panelStorage}

0 commit comments

Comments
 (0)