chore: fix input auto-grow height

This commit is contained in:
2025-05-19 07:25:39 +07:00
parent 71fbd97bad
commit ba42bafc3a
3 changed files with 57 additions and 43 deletions

View File

@@ -78,6 +78,7 @@ impl Chat {
.multi_line()
.prevent_new_line_on_enter()
.rows(1)
.auto_grow()
.clean_on_escape()
.max_rows(20)
});