mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
7a8d4d4e62
commit
ad0b625db8
3 changed files with 31 additions and 15 deletions
|
|
@ -50,6 +50,8 @@ export class Menu {
|
|||
itemElement.classList.add("b3-menu__item--show");
|
||||
if (!this.element.classList.contains("b3-menu--fullscreen")) {
|
||||
this.showSubMenu(subMenuElement);
|
||||
} else {
|
||||
this.element.scrollTop = 0
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue