From 58965a51bab3bd2dd155f7d2fc4105061617ea29 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 19 Oct 2018 23:41:10 +0200 Subject: [PATCH] Update date-time-editor.component.ts --- .../framework/angular/forms/date-time-editor.component.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 +}