mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#9 Fixed displaying content on reload
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user