fix(replace): run model updates on 'execute'

close bpmn-io/bpmn-js#213
This commit is contained in:
jdotzki 2015-03-03 15:52:40 +01:00
parent 22c0065d5d
commit 73c6c883c5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function BpmnReplace(modeling, eventBus, moddle) {
this._modeling = modeling;
eventBus.on([
'commandStack.shape.replace.postExecute'
'commandStack.shape.replace.execute'
], function(event) {
var context = event.context,