Browse Source

Update date-time-editor.component.ts

pull/329/head
Sebastian Stehle 7 years ago
committed by GitHub
parent
commit
58965a51ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/Squidex/app/framework/angular/forms/date-time-editor.component.ts

6
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;
}
}
}

Loading…
Cancel
Save