Commit 24c45955 by cherishsince

【解决todo】 清空输入框

parent 63693f7a
...@@ -475,6 +475,8 @@ const handleConversationClick = async (conversation: ChatConversationVO) => { ...@@ -475,6 +475,8 @@ const handleConversationClick = async (conversation: ChatConversationVO) => {
await getMessageList() await getMessageList()
// 滚动底部 // 滚动底部
scrollToBottom(true) scrollToBottom(true)
// 清空输入框
prompt.value = ''
return true return true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment