fix(nav): animation backdrop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 21:54:15 +02:00
parent 48e2a4e2ca
commit 948d0839c9
6 changed files with 2 additions and 18 deletions

View File

@@ -484,7 +484,6 @@ export class Datetime {
private updateText() {
// create the text of the formatted data
const template = this.displayFormat || this.pickerFormat || DEFAULT_FORMAT;
// debugger;
this.text = renderDatetime(template, this.datetimeValue, this.locale);
}