diff --git a/src/Squidex/app/framework/angular/forms/date-time-editor.component.ts b/src/Squidex/app/framework/angular/forms/date-time-editor.component.ts index f435f1d5f..c204e126a 100644 --- a/src/Squidex/app/framework/angular/forms/date-time-editor.component.ts +++ b/src/Squidex/app/framework/angular/forms/date-time-editor.component.ts @@ -144,9 +144,7 @@ export class DateTimeEditorComponent implements ControlValueAccessor, OnDestroy, this.updateValue(); this.touched(); - if (false) { - this.changeDetector.detectChanges(); - } + this.changeDetector.detectChanges(); } }); @@ -220,4 +218,4 @@ export class DateTimeEditorComponent implements ControlValueAccessor, OnDestroy, this.suppressEvents = false; } -} \ No newline at end of file +}