fix internal example
This commit is contained in:
@@ -24,10 +24,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style="height:100vh;">
|
<div style="height:100vh;">
|
||||||
<SvelteFlow bind:nodes bind:edges {nodeTypes} fitView>
|
<SvelteFlow bind:nodes bind:edges {nodeTypes} fitView connectionLineComponent={ConnectionLine}>
|
||||||
{#snippet connectionLine()}
|
|
||||||
<ConnectionLine />
|
|
||||||
{/snippet}
|
|
||||||
<Background variant={BackgroundVariant.Lines} />
|
<Background variant={BackgroundVariant.Lines} />
|
||||||
</SvelteFlow>
|
</SvelteFlow>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user