Skip to content

Commit

Permalink
Fix issue with sequence flows not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso committed Oct 16, 2023
1 parent 484260b commit b90e8dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/modeler/Modeler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,8 @@ export default {
await this.removeNode(node, { removeRelationships: false });
this.highlightNode(newNode);
this.selectNewNode(newNode);
await this.pushToUndoStack();
await this.$nextTick();
this.saveBpmn(redirectTo, newNode.id);
});
});
Expand Down

0 comments on commit b90e8dd

Please sign in to comment.