feat(svelte) added on:nodecontextmenu

This commit is contained in:
Peter
2023-09-20 15:14:52 +02:00
parent 3c3239afd8
commit 5741392644
5 changed files with 7 additions and 0 deletions
@@ -176,6 +176,9 @@
on:nodedragstop={(event) => {
console.log('on node drag stop', event);
}}
on:nodecontextmenu={(event) => {
console.log('on node contextmenu', event);
}}
>
<Controls />
<Background variant={BackgroundVariant.Dots} />