mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
fff
This commit is contained in:
@@ -17,11 +17,11 @@ onMount(() => {
|
||||
// console.log('started', apiKey, $lastChatId, getChat($lastChatId))
|
||||
if (hasActiveModels() && getChat($lastChatId)) {
|
||||
const chatId = $lastChatId
|
||||
$lastChatId = 0
|
||||
$lastChatId = ''
|
||||
replace(`/chat/${chatId}`)
|
||||
}
|
||||
}
|
||||
$lastChatId = 0
|
||||
$lastChatId = ''
|
||||
})
|
||||
|
||||
afterUpdate(() => {
|
||||
|
||||
Reference in New Issue
Block a user