Refactor
This commit is contained in:
parent
93a1e18f7d
commit
c5e9053db6
|
|
@ -239,8 +239,8 @@ export class FlowchartComponent {
|
|||
return this.exportInternal();
|
||||
}
|
||||
|
||||
@Watch('workflowDefinition')
|
||||
private onWorkflowDefinitionChanged(value: WorkflowDefinition) {
|
||||
@Watch('rootActivity')
|
||||
private onActivityChanged(value: Activity) {
|
||||
this.updateLookups();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue