mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
#9 Fixed displaying content on reload
This commit is contained in:
parent
7f0f4707cd
commit
b6ef6966d3
@ -222,7 +222,7 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit
|
|||||||
* @param path Node path
|
* @param path Node path
|
||||||
*/
|
*/
|
||||||
displayFolderContent(path) {
|
displayFolderContent(path) {
|
||||||
if (path !== null && path !== this.currentFolderPath) {
|
if (path !== null) {
|
||||||
this.folderClick.emit({
|
this.folderClick.emit({
|
||||||
value: path
|
value: path
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user