mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #6689 from nextcloud/filelist-show-navigate-12
[12] navigate to the root directory when showing the main filelist
This commit is contained in:
commit
edade19263
1 changed files with 1 additions and 0 deletions
|
|
@ -564,6 +564,7 @@
|
|||
*/
|
||||
_onShow: function(e) {
|
||||
if (this.shown) {
|
||||
this._setCurrentDir('/', false);
|
||||
this.reload();
|
||||
}
|
||||
this.shown = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue