mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix
This commit is contained in:
@@ -351,7 +351,7 @@ impl App<'_> {
|
||||
AppState::Chat { widget } => {
|
||||
widget.show_compact_error(message);
|
||||
}
|
||||
AppState::Login { .. } | AppState::GitWarning { .. } => {}
|
||||
AppState::GitWarning { .. } => {}
|
||||
},
|
||||
AppEvent::StartFileSearch(query) => {
|
||||
self.file_search.on_user_query(query);
|
||||
|
||||
Reference in New Issue
Block a user