Fixed it again

This commit is contained in:
Pünkösd Marcell 2020-12-04 22:57:42 +01:00
parent 6dd38c3c16
commit a7521b789b

View File

@ -108,12 +108,11 @@ export default {
newNode.id = max_id + 1;
} else {
newNode.id = 0;
newNode.id = 1;
}
this.diagram.nodes.push(newNode)
}
}