Fixed it again
This commit is contained in:
parent
6dd38c3c16
commit
a7521b789b
@ -108,12 +108,11 @@ export default {
|
|||||||
|
|
||||||
newNode.id = max_id + 1;
|
newNode.id = max_id + 1;
|
||||||
} else {
|
} else {
|
||||||
newNode.id = 0;
|
newNode.id = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.diagram.nodes.push(newNode)
|
this.diagram.nodes.push(newNode)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user