bugfix: 切换对话时先清空之前的对话

This commit is contained in:
2026-04-01 17:16:25 +08:00
parent 63313d2d81
commit 8cd4145d0d
2 changed files with 19 additions and 0 deletions

View File

@@ -136,6 +136,7 @@
if (newVal) {
handleGetProjectInfoAndHistory()
MyEvent.emit('projectChange')
MyEvent.emit('resetAgent')
}
}
)