Update List.vue
This commit is contained in:
parent
9dd3655b81
commit
002a57704f
|
@ -16,6 +16,8 @@ async function handleSelect({ uuid }: Chat.History) {
|
|||
if (isActive(uuid))
|
||||
return
|
||||
|
||||
if(chatStore.active)
|
||||
chatStore.updateHistory(chatStore.active, { isEdit: false })
|
||||
await chatStore.setActive(uuid)
|
||||
|
||||
if (isMobile.value)
|
||||
|
|
Loading…
Reference in New Issue