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:
Morris Jobke 2017-09-28 18:07:20 +02:00 committed by GitHub
commit edade19263
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@
*/
_onShow: function(e) {
if (this.shown) {
this._setCurrentDir('/', false);
this.reload();
}
this.shown = true;