mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
conditional preview node (#421)
This commit is contained in:
committed by
Denys Vuika
parent
7e1da5030e
commit
93c716dfb4
@@ -84,7 +84,9 @@ export class FavoritesComponent extends PageComponent implements OnInit {
|
|||||||
this.navigate(node.entry);
|
this.navigate(node.entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.showPreview(node);
|
if (node.entry.isFile) {
|
||||||
|
this.showPreview(node);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user