refactor: only show group/node panel when selected

This commit is contained in:
2026-05-04 23:47:03 +02:00
parent 106797de32
commit 83e0e47082
6 changed files with 94 additions and 110 deletions
+4 -2
View File
@@ -343,8 +343,10 @@
type={graphSettingTypes}
bind:value={graphSettings}
/>
<ActiveNodeSettings {manager} bind:node={activeNode} />
<GroupSettings {manager} bind:node={activeNode} />
{#key activeNode}
<ActiveNodeSettings {manager} bind:node={activeNode} />
<GroupSettings {manager} bind:node={activeNode} />
{/key}
</Panel>
<Panel
id="changelog"