fix(svelte) backup connection line now renders correctly

This commit is contained in:
Peter
2023-09-27 15:53:17 +02:00
parent 2e6c5d9191
commit 1d8fc1bfaf
3 changed files with 11 additions and 5 deletions
@@ -26,7 +26,7 @@
<div style="height:100vh;">
<SvelteFlow {nodeTypes} {nodes} {edges} fitView>
<ConnectionLine slot="connectionLineComponent" />
<ConnectionLine slot="connectionLine" />
<Background variant={BackgroundVariant.Lines} />
</SvelteFlow>
</div>