Skip to content

Commit

Permalink
repace node procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 17, 2023
1 parent 244f3f2 commit f8ed35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modeler/Modeler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ export default {
window.ProcessMaker.EventBus.$emit('multiplayer-replaceNode', { nodeData, newControl: newControl[0].type });
}
} else {
await this.replaceNodeProcedure(nodeData);
await this.replaceNodeProcedure(nodeData, true);
}
});
});
Expand Down

0 comments on commit f8ed35c

Please sign in to comment.