fix(svelte): rename on:node:click to on:nodeclick

This commit is contained in:
moklick
2023-06-28 15:27:49 +02:00
parent ab406f684d
commit a31b19b21f
13 changed files with 47 additions and 47 deletions
@@ -17,7 +17,7 @@
($elementsSelectable && typeof edge.selectable === 'undefined')
)}
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edge:click />
<EdgeWrapper {...edge} type={edgeType} {selectable} on:edgeclick />
{/each}
</g>
</svg>