mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 10:44:20 +01:00
🚨
This commit is contained in:
parent
bcc7a5fa03
commit
221abe81e6
3 changed files with 3 additions and 4 deletions
|
|
@ -579,7 +579,7 @@ export const openMenuPanel = (options: {
|
|||
break;
|
||||
} else if (type === "goGroups") {
|
||||
menuElement.innerHTML = getGroupsHTML(fields, data.view.group);
|
||||
bindGroupsEvent(options.protyle, menuElement, data, blockID);
|
||||
bindGroupsEvent();
|
||||
setPosition(menuElement, tabRect.right - menuElement.clientWidth, tabRect.bottom, tabRect.height);
|
||||
window.siyuan.menus.menu.remove();
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue