update(connection): pass source node to ConnectionLine as prop

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-25 15:21:36 +01:00
parent 04b64de1de
commit 89849f4eac
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default {
</EdgeWrapper>
<ConnectionLine
v-if="connectionLineVisible && sourceNode"
:vf="sourceNode?.__vf"
:source-node="sourceNode"
:connection-line-style="props.connectionLineStyle"
:connection-line-type="props.connectionLineType"
:connection-handle-id="props.connectionHandleId"