pull/649/head
Arijit Basu 12 months ago
parent 219ee68152
commit 2f3c2ea0e4
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -1486,7 +1486,7 @@ impl App {
if dir.parent == self.pwd { if dir.parent == self.pwd {
self.directory_buffer = Some(dir); self.directory_buffer = Some(dir);
// Migh as well refresh the selection // Might as well refresh the selection
self = self.refresh_selection()?; self = self.refresh_selection()?;
}; };

Loading…
Cancel
Save