deselect cwd before selecting all
This commit is contained in:
parent
af7f5d01a8
commit
4f15b9e71f
|
@ -1929,6 +1929,7 @@ class NavWindow {
|
|||
}
|
||||
|
||||
select_all() {
|
||||
this.selected_entries.clear();
|
||||
for (let entry of this.entries) {
|
||||
if (!entry.is_hidden_file || this.show_hidden) {
|
||||
this.set_selected(entry, false, true);
|
||||
|
|
Loading…
Reference in New Issue