mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: missing a render after resuming from an external blocking process (#2071)
This commit is contained in:
parent
8800bae0aa
commit
9e6a801073
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
use yazi_macro::render;
|
||||||
use yazi_shared::event::CmdCow;
|
use yazi_shared::event::CmdCow;
|
||||||
|
|
||||||
use crate::{Term, app::App};
|
use crate::{Term, app::App};
|
||||||
|
|
@ -12,5 +13,7 @@ impl App {
|
||||||
self.resize(());
|
self.resize(());
|
||||||
|
|
||||||
self.signals.resume(None);
|
self.signals.resume(None);
|
||||||
|
|
||||||
|
render!();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue