Keep loading prompt after summary
This commit is contained in:
parent
57bb9d0922
commit
d4e12b49fb
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue