fix(edges): pass edge markers to wrapper

This commit is contained in:
bcakmakoglu
2022-06-07 07:29:26 +02:00
committed by Braks
parent 096a0047d3
commit c755208ebe

View File

@@ -184,6 +184,8 @@ export default {
:label-bg-border-radius="edge.labelBgBorderRadius"
:connection-mode="connectionMode"
:edge-updater-radius="edgeUpdaterRadius"
:marker-end="edge.markerEnd"
:marker-start="edge.markerStart"
:style="getStyle(edge)"
:class="getClass(edge)"
@click="(e: MouseEvent) => onEdgeClick(e, edge)"