mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
fix: pending message while streaming final response
This commit is contained in:
@@ -650,7 +650,6 @@ impl ChatWidget {
|
||||
if let Some(controller) = self.stream_controller.as_mut() {
|
||||
let (cell, is_idle) = controller.on_commit_tick();
|
||||
if let Some(cell) = cell {
|
||||
self.bottom_pane.hide_status_indicator();
|
||||
self.add_boxed_history(cell);
|
||||
}
|
||||
if is_idle {
|
||||
|
||||
Reference in New Issue
Block a user