[fix-build] add stable version chrome in travis conf (#2819)

* chrome stable
This commit is contained in:
Eugenio Romano
2018-01-10 14:53:47 +00:00
committed by GitHub
parent 344725d6b5
commit 932a23d449
4 changed files with 17 additions and 3 deletions

View File

@@ -54,8 +54,8 @@ export class CardViewTextItemComponent implements OnChanges {
setEditMode(editStatus: boolean): void {
this.inEdit = editStatus;
setTimeout(() => {
if(this.editorInput) {
this.editorInput.nativeElement.click();
if (this.editorInput) {
this.editorInput.nativeElement.click();
}
}, 0);
}