Skip to content

Commit

Permalink
fix: missing a render after resuming from an external blocking process (
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored Dec 20, 2024
1 parent 8800bae commit 9e6a801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yazi-fm/src/app/commands/resume.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use yazi_macro::render;
use yazi_shared::event::CmdCow;

use crate::{Term, app::App};
Expand All @@ -12,5 +13,7 @@ impl App {
self.resize(());

self.signals.resume(None);

render!();
}
}

0 comments on commit 9e6a801

Please # to comment.