feat(svelte): add on:selectionclick and on:selectioncontextmenu closes #3646

This commit is contained in:
moklick
2023-11-23 12:49:06 +01:00
parent ab5eef220f
commit 38b5051179
3 changed files with 20 additions and 1 deletions
@@ -223,7 +223,7 @@
on:nodedragstop
on:nodecontextmenu
/>
<NodeSelection />
<NodeSelection on:selectionclick on:selectioncontextmenu />
</ViewportComponent>
<UserSelection />
</Pane>