From 079e273edbc5a1f6d5c43c6431eddea2f34258e6 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 5 Aug 2025 06:48:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D@=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/components/ChatInput/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index c81efccde..a04f99d61 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -1171,7 +1171,6 @@ export default { containers[i].classList.remove("task-mention"); containers[i].classList.remove("file-mention"); containers[i].classList.add(mentionName); - $A.scrollPreventThrough(containers[i]); } let mentionSourceCache = null; this.getMentionSource(mentionChar, searchTerm, array => {