fix(edges): type marker prop in EdgeProps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-06 17:41:46 +01:00
committed by Braks
parent 9326c580da
commit c673b04422
4 changed files with 15 additions and 10 deletions
@@ -168,6 +168,7 @@ const EdgeWrapper = defineComponent({
targetNode: props.targetNode,
source: edge.source,
target: edge.target,
type: edge.type,
updatable: props.updatable,
selected: edge.selected,
animated: edge.animated,