added edgemouseenter and edgemouseleave events

This commit is contained in:
peterkogo
2024-06-04 09:29:51 +02:00
parent 3cc14e8ee5
commit 4d3ede32eb
4 changed files with 26 additions and 5 deletions
@@ -222,7 +222,13 @@
{selectionOnDrag}
>
<ViewportComponent>
<EdgeRenderer on:edgeclick on:edgecontextmenu {defaultEdgeOptions} />
<EdgeRenderer
on:edgeclick
on:edgecontextmenu
on:edgemouseenter
on:edgemouseleave
{defaultEdgeOptions}
/>
<ConnectionLine
containerStyle={connectionLineContainerStyle}
style={connectionLineStyle}