fix internal example

This commit is contained in:
peterkogo
2025-01-21 11:47:37 +01:00
parent 026ecf5ff3
commit 938647736e

View File

@@ -24,10 +24,7 @@
</script>
<div style="height:100vh;">
<SvelteFlow bind:nodes bind:edges {nodeTypes} fitView>
{#snippet connectionLine()}
<ConnectionLine />
{/snippet}
<SvelteFlow bind:nodes bind:edges {nodeTypes} fitView connectionLineComponent={ConnectionLine}>
<Background variant={BackgroundVariant.Lines} />
</SvelteFlow>
</div>