mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 21:52:33 +01:00
🎨 Improve #commonMenu menu (#16147)
This commit is contained in:
parent
2c23d05c7c
commit
3922ca0cd4
7 changed files with 17 additions and 11 deletions
|
|
@ -120,7 +120,7 @@ export class Menu {
|
|||
this.element.classList.remove("b3-menu--list", "b3-menu--fullscreen");
|
||||
this.element.removeAttribute("style"); // zIndex
|
||||
this.element.removeAttribute("data-name"); // 标识再次点击不消失
|
||||
this.element.removeAttribute("data-from"); // 标识是否在浮窗内打开
|
||||
this.element.removeAttribute("data-from"); // 标识菜单入口
|
||||
this.data = undefined; // 移除数据
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue