fix: edges and edge anchors not re-calculating correctly

This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 7ecbcba7eb
commit 61dc9dea33
7 changed files with 60 additions and 49 deletions
@@ -39,7 +39,6 @@ const connectionLineVisible = computed(
<Edge
v-if="!edge.isHidden"
:edge="edge"
:nodes="getSourceTargetNodes(edge, store.nodes)"
:type="props.edgeTypes[edge.type || 'default']"
:marker-end-id="props.markerEndId"
:edge-updater-radius="props.edgeUpdaterRadius"