fix(edges): set source and target position on edge obj
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -104,6 +104,11 @@ const EdgeWrapper = defineComponent({
|
||||
targetPosition,
|
||||
)
|
||||
|
||||
edge.sourceX = sourceX
|
||||
edge.sourceY = sourceY
|
||||
edge.targetX = targetX
|
||||
edge.targetY = targetY
|
||||
|
||||
return h(
|
||||
'g',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user