parent
22c0065d5d
commit
73c6c883c5
|
@ -14,7 +14,7 @@ function BpmnReplace(modeling, eventBus, moddle) {
|
||||||
this._modeling = modeling;
|
this._modeling = modeling;
|
||||||
|
|
||||||
eventBus.on([
|
eventBus.on([
|
||||||
'commandStack.shape.replace.postExecute'
|
'commandStack.shape.replace.execute'
|
||||||
], function(event) {
|
], function(event) {
|
||||||
|
|
||||||
var context = event.context,
|
var context = event.context,
|
||||||
|
|
Loading…
Reference in New Issue