mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
607b1571b6
commit
fcdc6c0a50
2 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@ const initBar = () => {
|
|||
}
|
||||
}).element);
|
||||
const rect = target.getBoundingClientRect();
|
||||
window.siyuan.menus.menu.popup({x: rect.left, y: rect.bottom});
|
||||
window.siyuan.menus.menu.popup({x: rect.right, y: rect.bottom}, true);
|
||||
event.stopPropagation();
|
||||
break;
|
||||
} else if (target.id === "toolbarVIP") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue