fix: 修复@弹窗无法滚动

This commit is contained in:
kuaifan 2025-08-05 06:48:20 +08:00
parent 393aab4c4b
commit 079e273edb

View File

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