summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9e4d3983ea0..95fbc2b7560 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -837,7 +837,7 @@
if ($targetDir !== undefined && e.which === 1) {
e.preventDefault();
- this.changeDirectory($targetDir);
+ this.changeDirectory($targetDir, true, true);
this.updateSearch();
}
},