mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
4
This commit is contained in:
@@ -678,7 +678,7 @@ export function Chat(props: {
|
||||
<PromptHints prompts={promptHints} onPromptSelect={onPromptSelect} />
|
||||
<div className={styles["chat-input-panel-inner"]}>
|
||||
<TextareaAutosize
|
||||
enterKeyHint="send"
|
||||
// enterKeyHint="send"
|
||||
autoComplete="on"
|
||||
ref={inputRef}
|
||||
className={styles["chat-input"]}
|
||||
|
||||
Reference in New Issue
Block a user