From ac31b67f42f8158687685af25d250703ba1d1b90 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 28 Sep 2017 15:15:49 +0200 Subject: [PATCH] navigate to the root directory when showing the main filelist Signed-off-by: Robin Appelman --- apps/files/js/filelist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 82edee2efdfdb..a458e1e01831a 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -564,6 +564,7 @@ */ _onShow: function(e) { if (this.shown) { + this._setCurrentDir('/', false); this.reload(); } this.shown = true;