Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dir
Force refresh file list when clicking on breadcrumb even if target directory equals current directory.
This commit is contained in:
commit
bdba9871d0
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@
|
|||
|
||||
if ($targetDir !== undefined && e.which === 1) {
|
||||
e.preventDefault();
|
||||
this.changeDirectory($targetDir);
|
||||
this.changeDirectory($targetDir, true, true);
|
||||
this.updateSearch();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue