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:
Michael Bolin
2025-05-16 19:27:49 -07:00
committed by GitHub
parent 2880925a44
commit f9143d0361

View File

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