chore: update text input

This commit is contained in:
2025-05-21 18:48:00 +07:00
parent e851063de9
commit b0a6b73801
6 changed files with 249 additions and 80 deletions

View File

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