mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +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.close()
|
||||||
})
|
})
|
||||||
ws.onopen = () => {
|
ws.onopen = () => {
|
||||||
@@ -205,8 +203,6 @@ export const chatRequest = async (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ws.onclose = () => {
|
ws.onclose = () => {
|
||||||
chatRequest.updating = false
|
|
||||||
chatRequest.updatingMessage = ''
|
|
||||||
chatResponse.updateFromClose()
|
chatResponse.updateFromClose()
|
||||||
}
|
}
|
||||||
ws.onerror = err => {
|
ws.onerror = err => {
|
||||||
|
|||||||
Reference in New Issue
Block a user