mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: do not let Tab keypress flow through to composer when used to toggle focus (#977)
One line fix from Codex!
This commit is contained in:
committed by
GitHub
Unverified
parent
2880925a44
commit
f9143d0361
@@ -129,6 +129,7 @@ impl ChatWidget<'_> {
|
||||
self.bottom_pane
|
||||
.set_input_focus(self.input_focus == InputFocus::BottomPane);
|
||||
self.request_redraw();
|
||||
return;
|
||||
}
|
||||
|
||||
match self.input_focus {
|
||||
|
||||
Reference in New Issue
Block a user