mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Keep loading prompt after summary
This commit is contained in:
@@ -124,8 +124,6 @@ export const chatRequest = async (
|
||||
}
|
||||
}
|
||||
}
|
||||
chatRequest.updating = false
|
||||
chatRequest.updatingMessage = ''
|
||||
ws.close()
|
||||
})
|
||||
ws.onopen = () => {
|
||||
@@ -205,8 +203,6 @@ export const chatRequest = async (
|
||||
}
|
||||
}
|
||||
ws.onclose = () => {
|
||||
chatRequest.updating = false
|
||||
chatRequest.updatingMessage = ''
|
||||
chatResponse.updateFromClose()
|
||||
}
|
||||
ws.onerror = err => {
|
||||
|
||||
Reference in New Issue
Block a user