mirror of
https://github.com/openai/codex.git
synced 2026-05-05 05:42:33 +03:00
fix
This commit is contained in:
@@ -426,7 +426,7 @@ impl ChatWidget {
|
||||
if let Some(active) = self.active_exec_cell.as_mut() {
|
||||
let success = ev.exit_code == 0;
|
||||
active.mark_segment_complete(&ev.call_id, success);
|
||||
self.mark_needs_redraw();
|
||||
self.request_redraw();
|
||||
}
|
||||
self.pending_exec_completions.push((
|
||||
command,
|
||||
|
||||
Reference in New Issue
Block a user