fix: pending message while streaming final response

This commit is contained in:
jif-oai
2025-10-22 12:05:35 +01:00
parent 53cadb4df6
commit ecb6dc2112

View File

@@ -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 {