chore: update gpui

This commit is contained in:
2026-06-01 15:28:49 +07:00
parent 4efeec08c4
commit 5d4c8634ef
8 changed files with 607 additions and 341 deletions

View File

@@ -2272,7 +2272,7 @@ impl Render for InputState {
.id("input-state")
.flex_1()
.when(self.mode.is_multi_line(), |this| this.h_full())
.flex_grow()
.flex_grow_1()
.overflow_x_hidden()
.child(TextElement::new(cx.entity().clone()).placeholder(self.placeholder.clone()))
}