chore(modeling): use postExecuted when checking connection rules
This commit is contained in:
parent
568afdd118
commit
359e0e01f4
|
@ -71,7 +71,7 @@ function ReplaceConnectionBehavior(eventBus, modeling, bpmnRules) {
|
|||
}
|
||||
}
|
||||
|
||||
this.postExecute('shapes.move', function(context) {
|
||||
this.postExecuted('shapes.move', function(context) {
|
||||
|
||||
var closure = context.closure,
|
||||
allConnections = closure.allConnections;
|
||||
|
@ -79,7 +79,7 @@ function ReplaceConnectionBehavior(eventBus, modeling, bpmnRules) {
|
|||
forEach(allConnections, replaceConnection);
|
||||
}, true);
|
||||
|
||||
this.postExecute([
|
||||
this.postExecuted([
|
||||
'connection.reconnectStart',
|
||||
'connection.reconnectEnd'
|
||||
], function(event){
|
||||
|
|
Loading…
Reference in New Issue