navigate to the root directory when showing the main filelist
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
1c2da7d7d3
commit
a448d34d34
1 changed files with 1 additions and 0 deletions
|
@ -565,6 +565,7 @@
|
|||
*/
|
||||
_onShow: function(e) {
|
||||
if (this.shown) {
|
||||
this._setCurrentDir('/', false);
|
||||
this.reload();
|
||||
}
|
||||
this.shown = true;
|
||||
|
|
Loading…
Reference in a new issue