fix(ui): workflow editor side panel remembers positioning

closes #4402
This commit is contained in:
psychedelicious 2023-09-21 12:39:48 +10:00 committed by Kent Keirsey
parent 77e93888cf
commit 4f2bf7e7e8

View File

@ -45,6 +45,7 @@ const NodeEditorPanelGroup = () => {
<PanelGroup <PanelGroup
ref={panelGroupRef} ref={panelGroupRef}
id="workflow-panel-group" id="workflow-panel-group"
autoSaveId="workflow-panel-group"
direction="vertical" direction="vertical"
style={{ height: '100%', width: '100%' }} style={{ height: '100%', width: '100%' }}
storage={panelStorage} storage={panelStorage}