Skip to content

Commit

Permalink
Merge pull request #102 from zggmd/main-ssz
Browse files Browse the repository at this point in the history
fix: chat issue
  • Loading branch information
Carrotzpc authored Dec 20, 2023
2 parents 92eb102 + 9be7602 commit f6fc476
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 f6fc476

Please sign in to comment.