Update canvas after import
This commit is contained in:
parent
13b049f221
commit
694fd4e06a
|
|
@ -57,7 +57,7 @@ export class ElsaWorkflowDesigner {
|
|||
|
||||
@Watch('model')
|
||||
handleModelChanged(newValue: WorkflowModel) {
|
||||
this.workflowModel = newValue;
|
||||
this.updateWorkflowModel(newValue);
|
||||
}
|
||||
|
||||
@Watch('selectedActivityIds')
|
||||
|
|
|
|||
Loading…
Reference in a new issue