This commit is contained in:
Arijit Basu 2023-07-06 22:18:07 +05:30
parent 219ee68152
commit 2f3c2ea0e4
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

View File

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