mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
fix(tui2): running /mcp was not printing any output until another event triggered a flush (#9457)
This seems to fix things, but I'm not sure if this is the correct/minimal fix.
This commit is contained in:
@@ -1610,6 +1610,8 @@ impl App {
|
||||
self.transcript_cells.push(cell.clone());
|
||||
if self.overlay.is_some() {
|
||||
self.deferred_history_cells.push(cell);
|
||||
} else {
|
||||
tui.frame_requester().schedule_frame();
|
||||
}
|
||||
}
|
||||
AppEvent::StartCommitAnimation => {
|
||||
|
||||
Reference in New Issue
Block a user