update(edges): add updatable as prop to edges
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user