diff options
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index fd13deedc0d..cc23ac73979 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -565,6 +565,7 @@ */ _onShow: function(e) { if (this.shown) { + this._setCurrentDir('/', false); this.reload(); } this.shown = true; |