feat(svelte): make nodes deletable
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
width={$widthStore}
|
||||
height={$heightStore}
|
||||
class="react-flow__edges react-flow__container"
|
||||
>
|
||||
>
|
||||
{#each $edgesWithDataStore as edge (edge.id)}
|
||||
<Edge {...edge} />
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user