feat(svelte) added on:edgecontextmenu

This commit is contained in:
Peter
2023-09-25 15:32:40 +02:00
parent 1a935de3f9
commit 852372f41b
5 changed files with 13 additions and 2 deletions
@@ -17,7 +17,7 @@
($elementsSelectable && typeof edge.selectable === 'undefined')
)}
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edgeclick />
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edgeclick on:edgecontextmenu />
{/each}
</g>
</svg>