diff --git a/src/pages/Chat/Chat/index.tsx b/src/pages/Chat/Chat/index.tsx index 13d0155..1463680 100644 --- a/src/pages/Chat/Chat/index.tsx +++ b/src/pages/Chat/Chat/index.tsx @@ -186,7 +186,7 @@ const Chat: React.FC = props => { onInput={setInput} onSend={onSend} placeholder="请输入问题,可通过 shift+回车换行" - bottomAddons={ scrollToBottom()} />} + bottomAddons={} />