Skip to content

Commit

Permalink
remove comented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 18, 2023
1 parent 9d90757 commit 89215c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/modeler/Modeler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ export default {
await this.addNode(newNode, data.id, true);
await this.$nextTick();
await this.paperManager.awaitScheduledUpdates();
//});
if (this.autoValidate) {
this.validateBpmnDiagram();
}
Expand Down

0 comments on commit 89215c4

Please sign in to comment.