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:
parent
21d2a44090
commit
7e4e2e98bb
@ -249,7 +249,10 @@ export class ChatRecordManage {
|
|||||||
write() {
|
write() {
|
||||||
this.chat.is_stop = false
|
this.chat.is_stop = false
|
||||||
this.is_stop = false
|
this.is_stop = false
|
||||||
this.is_close = false
|
if (!this.is_close) {
|
||||||
|
this.is_close = false
|
||||||
|
}
|
||||||
|
|
||||||
this.write_ed = false
|
this.write_ed = false
|
||||||
this.chat.write_ed = false
|
this.chat.write_ed = false
|
||||||
if (this.loading) {
|
if (this.loading) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user