Fix(AI):[#3647]点击输入框,对话记录同步上移

This commit is contained in:
lifizer
2025-04-22 14:18:05 +08:00
parent 39a54efc27
commit 0d0b816fad
6 changed files with 9 additions and 48 deletions
+1
View File
@@ -95,6 +95,7 @@ export const chatMixins = {
},
inputFocusHandle(value) {
this.onFocus = value === 1
this.scrollToBottomHandle()
},
historyViewHandle() {
console.log(this.$refs.historyView)