Merge pull request #6683 from nextcloud/filelist-show-navigate

navigate to the root directory when showing the main filelist
This commit is contained in:
Morris Jobke 2017-09-28 16:22:13 +02:00 committed by GitHub
commit b17ca81df0
1 changed files with 1 additions and 0 deletions

View File

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