fix: error that changes in active node panel did not get saved

This commit is contained in:
2025-12-05 12:28:26 +01:00
parent 3eafdc50b1
commit 98672eb702
3 changed files with 4 additions and 3 deletions

View File

@@ -254,7 +254,7 @@
classes="text-blue-400"
icon="i-tabler-adjustments"
>
<ActiveNodeSettings {manager} node={activeNode} />
<ActiveNodeSettings {manager} bind:node={activeNode} />
</Panel>
</Sidebar>
</Grid.Cell>