Merge pull request #6549 from ArtemDzhereleiko/AD/rulechainPage/add-seter-isDirty
[3.4] UI: Add seter isDirty for rulechain page
This commit is contained in:
commit
4724b8db1f
@ -89,6 +89,10 @@ export class RuleChainPageComponent extends PageComponent
|
|||||||
return this.isDirtyValue || this.isImport;
|
return this.isDirtyValue || this.isImport;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set isDirty(value: boolean) {
|
||||||
|
this.isDirtyValue = value;
|
||||||
|
}
|
||||||
|
|
||||||
@HostBinding('style.width') width = '100%';
|
@HostBinding('style.width') width = '100%';
|
||||||
@HostBinding('style.height') height = '100%';
|
@HostBinding('style.height') height = '100%';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user