Merge branch xyflow into svelte-flow-fit-view-options

This commit is contained in:
Peter
2023-09-26 11:08:29 +02:00
7 changed files with 35 additions and 7 deletions
@@ -30,7 +30,8 @@
edge.selectable ||
($elementsSelectable && typeof edge.selectable === 'undefined')
)}
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edgeclick />
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edgeclick on:edgecontextmenu />
{/each}
</g>
</svg>