mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix: 修复@弹窗无法滚动
This commit is contained in:
parent
393aab4c4b
commit
079e273edb
@ -1171,7 +1171,6 @@ export default {
|
|||||||
containers[i].classList.remove("task-mention");
|
containers[i].classList.remove("task-mention");
|
||||||
containers[i].classList.remove("file-mention");
|
containers[i].classList.remove("file-mention");
|
||||||
containers[i].classList.add(mentionName);
|
containers[i].classList.add(mentionName);
|
||||||
$A.scrollPreventThrough(containers[i]);
|
|
||||||
}
|
}
|
||||||
let mentionSourceCache = null;
|
let mentionSourceCache = null;
|
||||||
this.getMentionSource(mentionChar, searchTerm, array => {
|
this.getMentionSource(mentionChar, searchTerm, array => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user