This commit is contained in:
Vanessa 2022-11-02 10:46:35 +08:00
parent 4b46e2c3d6
commit 7cd8f8f7d0
3 changed files with 17 additions and 2 deletions

View file

@ -74,6 +74,7 @@ export class Menu {
}
this.element.innerHTML = "";
this.element.removeAttribute("data-filetreeid"); // 用于标记文档数右键所选文档 https://ld246.com/article/1667311960383
this.element.classList.add("fn__none");
this.element.style.zIndex = "";
}