fix(modeling): fix typo
This commit is contained in:
parent
23505a4783
commit
ca4e21224d
|
@ -676,7 +676,7 @@ BpmnUpdater.prototype.updateConnection = function(context) {
|
|||
|
||||
visualParent = context.parent || context.newParent || newTarget;
|
||||
|
||||
this.updateSemanticParent(businessObject, newTarget, parent.businessObject);
|
||||
this.updateSemanticParent(businessObject, newTarget, visualParent);
|
||||
} else
|
||||
|
||||
if (is(businessObject, 'bpmn:DataOutputAssociation')) {
|
||||
|
|
Loading…
Reference in New Issue