mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[fix-build] add stable version chrome in travis conf (#2819)
* chrome stable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user