feat(svelte): make nodes deletable

This commit is contained in:
moklick
2023-02-23 13:44:57 +01:00
parent 658366e67f
commit bb528e6798
12 changed files with 167 additions and 39 deletions
@@ -10,7 +10,7 @@
width={$widthStore}
height={$heightStore}
class="react-flow__edges react-flow__container"
>
>
{#each $edgesWithDataStore as edge (edge.id)}
<Edge {...edge} />
{/each}