mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
fix: Textarea Scroll fix, Duplicate Key fix (#1204)
* fix(Es): duplicate keys * fix(Textarea): overflowY auto
This commit is contained in:
parent
317cdd3f77
commit
f05f6826f5
2 changed files with 59 additions and 60 deletions
|
|
@ -30,7 +30,7 @@ export default function Textarea({ value, onChange, setText, submitMessage, endp
|
|||
id="prompt-textarea"
|
||||
tabIndex={0}
|
||||
data-testid="text-input"
|
||||
style={{ height: 44, overflowY: 'hidden' }}
|
||||
style={{ height: 44, overflowY: 'auto' }}
|
||||
rows={1}
|
||||
placeholder={placeholder}
|
||||
className={cn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue