mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
cdb60e86e5
commit
ac9c9cb9e0
4 changed files with 8 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export class MenuItem {
|
|||
}
|
||||
this.element.classList.add("b3-menu__item");
|
||||
if (options.current) {
|
||||
this.element.classList.add("b3-menu__item--current");
|
||||
this.element.classList.add("b3-menu__item--selected");
|
||||
}
|
||||
if (options.click) {
|
||||
this.element.addEventListener(getEventName(), (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue