Force refresh file list when clicking on breadcrumb even if target directory equals current directory.

Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
This commit is contained in:
Chon Kou 2017-09-16 23:29:22 -07:00
parent cdb6b0295a
commit 6ec667bbc7
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@
if ($targetDir !== undefined && e.which === 1) {
e.preventDefault();
this.changeDirectory($targetDir);
this.changeDirectory($targetDir, true, true);
this.updateSearch();
}
},