Sebastian Stehle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
4 deletions
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|