fix: When answering a question - click to stop answering - wait until the question is approximately answered, then click to continue - it will remain in a stopped answering state (#2784)

This commit is contained in:
shaohuzhang1 2025-04-02 18:10:42 +08:00 committed by GitHub
parent 21d2a44090
commit 7e4e2e98bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,10 @@ export class ChatRecordManage {
write() {
this.chat.is_stop = false
this.is_stop = false
this.is_close = false
if (!this.is_close) {
this.is_close = false
}
this.write_ed = false
this.chat.write_ed = false
if (this.loading) {