mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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() {
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue