mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
6d06acd3a6
commit
f82b4d8773
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl Batcher {
|
||||||
{
|
{
|
||||||
let Some(path) = target.as_url().as_local() else { return };
|
let Some(path) = target.as_url().as_local() else { return };
|
||||||
if let Some(value) = self.pending.lock().get_mut(path) {
|
if let Some(value) = self.pending.lock().get_mut(path) {
|
||||||
*value = Some(decision);
|
*value = value.or(Some(decision));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue