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
@@ -46,7 +46,7 @@
}
const edge = $edges.find((e) => e.id === id);
dispatch('edge:click', edge);
dispatch('edgeclick', edge);
}
</script>