agent: Fix expand message editor while not focused (#28650)

Allow expanding the message editor while the agent panel is not focused,
right now there is no effect when you use the button from another focus

Release Notes:

- N/A
This commit is contained in:
5brian 2025-04-14 09:56:24 -04:00 committed by GitHub
parent f2ce183286
commit 6278761460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 3 deletions

View file

@ -157,7 +157,7 @@ impl MessageEditor {
cx.notify();
}
fn expand_message_editor(
pub fn expand_message_editor(
&mut self,
_: &ExpandMessageEditor,
_window: &mut Window,