Merge pull request #6689 from nextcloud/filelist-show-navigate-12
[12] navigate to the root directory when showing the main filelist
This commit is contained in:
commit
edade19263
|
@ -564,6 +564,7 @@
|
|||
*/
|
||||
_onShow: function(e) {
|
||||
if (this.shown) {
|
||||
this._setCurrentDir('/', false);
|
||||
this.reload();
|
||||
}
|
||||
this.shown = true;
|
||||
|
|
Loading…
Reference in New Issue