navigate to the root directory when showing the main filelist

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-09-28 15:15:49 +02:00
parent 1c2da7d7d3
commit a448d34d34
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
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;