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:
@@ -129,6 +129,7 @@ impl ChatWidget<'_> {
|
|||||||
self.bottom_pane
|
self.bottom_pane
|
||||||
.set_input_focus(self.input_focus == InputFocus::BottomPane);
|
.set_input_focus(self.input_focus == InputFocus::BottomPane);
|
||||||
self.request_redraw();
|
self.request_redraw();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
match self.input_focus {
|
match self.input_focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user