diff --git a/lib/features/replace/BpmnReplace.js b/lib/features/replace/BpmnReplace.js index e4ef7953..c7c95fd0 100644 --- a/lib/features/replace/BpmnReplace.js +++ b/lib/features/replace/BpmnReplace.js @@ -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,