update(edges): add updatable as prop to edges

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-26 11:30:23 +01:00
parent f0ca05f0c4
commit b88f2105fb
+2
View File
@@ -142,6 +142,7 @@ export default {
target: props.edge.target,
selected: isSelected,
animated: props.edge.animated,
updatable: props.updatable,
label: props.edge.label,
labelStyle: props.edge.labelStyle,
labelShowBg: props.edge.labelShowBg,
@@ -170,6 +171,7 @@ export default {
targetNode: props.edge.targetNode,
source: props.edge.source,
target: props.edge.target,
updatable: props.updatable,
selected: isSelected,
animated: props.edge.animated,
label: props.edge.label,