Skip to content

Commit

Permalink
fix(ui): workflow editor side panel remembers positioning
Browse files Browse the repository at this point in the history
closes #4402
  • Loading branch information
psychedelicious authored and Millu committed Sep 21, 2023
1 parent cec8ad5 commit 0d94bed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const NodeEditorPanelGroup = () => {
<PanelGroup
ref={panelGroupRef}
id="workflow-panel-group"
autoSaveId="workflow-panel-group"
direction="vertical"
style={{ height: '100%', width: '100%' }}
storage={panelStorage}
Expand Down

0 comments on commit 0d94bed

Please sign in to comment.