Fixed minor change detection bug

This commit is contained in:
mpetrov 2025-03-27 12:48:54 +02:00
parent 515eaa6d59
commit d527213dc6

View File

@ -153,5 +153,6 @@ export class EntityDebugSettingsButtonComponent implements ControlValueAccessor
} else {
this.debugSettingsFormGroup.enable({emitEvent: false});
}
this.cd.markForCheck();
}
}