Merge pull request #279 from sepcnt/patch-1

Update List.vue
main
Redon 2 years ago committed by GitHub
commit de34d97529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,8 @@ async function handleSelect({ uuid }: Chat.History) {
if (isActive(uuid)) if (isActive(uuid))
return return
if(chatStore.active)
chatStore.updateHistory(chatStore.active, { isEdit: false })
await chatStore.setActive(uuid) await chatStore.setActive(uuid)
if (isMobile.value) if (isMobile.value)

Loading…
Cancel
Save