mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
TextareaAutosize
This commit is contained in:
parent
b580de32a3
commit
546b13c10a
@ -667,7 +667,7 @@ export function Chat(props: {
|
||||
<PromptHints prompts={promptHints} onPromptSelect={onPromptSelect} />
|
||||
<div className={styles["chat-input-panel-inner"]}>
|
||||
<TextareaAutosize
|
||||
enterkeyhint="send"
|
||||
enterKeyHint="send"
|
||||
ref={inputRef}
|
||||
className={styles["chat-input"]}
|
||||
placeholder={Locale.Chat.Input(submitKey)}
|
||||
|
Loading…
Reference in New Issue
Block a user