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:
parent
f2ce183286
commit
6278761460
2 changed files with 13 additions and 3 deletions
|
@ -157,7 +157,7 @@ impl MessageEditor {
|
|||
cx.notify();
|
||||
}
|
||||
|
||||
fn expand_message_editor(
|
||||
pub fn expand_message_editor(
|
||||
&mut self,
|
||||
_: &ExpandMessageEditor,
|
||||
_window: &mut Window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue