mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): Not able to scroll the chat input after pasting long content or clicking on a suggested action. (#9550)
This commit is contained in:
parent
300f20368e
commit
2053e72474
@ -29,7 +29,7 @@ export function ChatInput({
|
||||
disabled,
|
||||
showButton = true,
|
||||
value,
|
||||
maxRows = 16,
|
||||
maxRows = 8,
|
||||
onSubmit,
|
||||
onStop,
|
||||
onChange,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user