#9 Fixed displaying content on reload

This commit is contained in:
Denys Vuika 2016-05-13 15:13:19 +01:00
parent 7f0f4707cd
commit b6ef6966d3

View File

@ -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
}); });