diff --git a/yazi-actor/src/mgr/bulk_rename.rs b/yazi-actor/src/mgr/bulk_rename.rs index ed826687..6c32695a 100644 --- a/yazi-actor/src/mgr/bulk_rename.rs +++ b/yazi-actor/src/mgr/bulk_rename.rs @@ -386,7 +386,7 @@ impl Eq for Tuple {} impl Hash for Tuple { fn hash(&self, state: &mut H) { - self.1.hash(state); + self.1.as_strand().encoded_bytes().hash(state); } }