fix: find_do command missing

This commit is contained in:
sxyazi 2023-11-13 02:14:11 +08:00
parent a0da57a293
commit 5336f005ce
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -66,7 +66,7 @@ impl Manager {
false
}
pub fn bulk_rename(&self) -> bool {
fn bulk_rename(&self) -> bool {
let old: Vec<_> = self.selected().into_iter().map(|f| &f.url).collect();
let root = max_common_root(&old);

View file

@ -124,6 +124,7 @@ impl<'a> Executor<'a> {
// Find
on!(ACTIVE, find);
on!(ACTIVE, find_do);
on!(ACTIVE, find_arrow);
// Sorting