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 => {