Fix zero-sized message editors when context strip is empty (#30079)
Release Notes: - Fixed a bug that would cause the message composer in the agent panel to not render when the context strip was empty. Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com> Co-authored-by: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
c15e5d275a
commit
9711fb49dc
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ impl MessageEditor {
|
|||
this.h(vh(0.8, window)).justify_between()
|
||||
})
|
||||
.child(
|
||||
div()
|
||||
v_flex()
|
||||
.min_h_16()
|
||||
.when(is_editor_expanded, |this| this.h_full())
|
||||
.child({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue