summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 9a073fe9d29..48ac0f4e33a 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -840,7 +840,7 @@
if ($targetDir !== undefined && e.which === 1) {
e.preventDefault();
- this.changeDirectory($targetDir);
+ this.changeDirectory($targetDir, true, true);
this.updateSearch();
}
},