【解决todo】 清空输入框

pull/453/head
cherishsince 2024-05-24 16:50:55 +08:00
parent 63693f7a83
commit 24c459557d
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ const handleConversationClick = async (conversation: ChatConversationVO) => {
await getMessageList()
//
scrollToBottom(true)
//
prompt.value = ''
return true
}