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

@@ -498,7 +498,7 @@ where
let scroll_handle = self.scroll_handle.clone();
v_flex()
.flex_grow()
.flex_grow_1()
.relative()
.size_full()
.when_some(self.options.max_height, |this, h| this.max_h(h))