Update canvas after import

This commit is contained in:
Sipke Schoorstra 2021-05-03 13:40:40 +02:00
parent 13b049f221
commit 694fd4e06a

View file

@ -57,7 +57,7 @@ export class ElsaWorkflowDesigner {
@Watch('model')
handleModelChanged(newValue: WorkflowModel) {
this.workflowModel = newValue;
this.updateWorkflowModel(newValue);
}
@Watch('selectedActivityIds')