added nodedrag events to selection box

This commit is contained in:
peterkogo
2024-03-11 10:59:53 +01:00
parent 09118c1c8e
commit b761859aa0
4 changed files with 45 additions and 20 deletions
@@ -242,7 +242,13 @@
on:nodedragstop
on:nodecontextmenu
/>
<NodeSelection on:selectionclick on:selectioncontextmenu />
<NodeSelection
on:selectionclick
on:selectioncontextmenu
on:nodedragstart
on:nodedrag
on:nodedragstop
/>
</ViewportComponent>
<UserSelection />
</Pane>