Skip to content

Commit

Permalink
fix: chat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zggmd committed Dec 20, 2023
1 parent 92eb102 commit 9be7602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Chat/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const Chat: React.FC<Chat> = props => {
onInput={setInput}
onSend={onSend}
placeholder="请输入问题,可通过 shift+回车换行"
bottomAddons={<ChatSendButton onSend={() => scrollToBottom()} />}
bottomAddons={<ChatSendButton onSend={onSend} />}
/>
</div>
</div>
Expand Down

0 comments on commit 9be7602

Please sign in to comment.