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
This commit is contained in:
parent
635bb4be55
commit
87ec62caf2
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