fix: do not let Tab keypress flow through to composer when used to toggle focus

This commit is contained in:
Michael Bolin
2025-05-16 18:17:13 -07:00
parent 3e19e8fd59
commit 25d55ac285

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 {