From a448d34d34ec1fc0f738865e99e9398077b32f5d 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 fd13deedc0..cc23ac7397 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;