mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
This commit is contained in:
parent
2c5ea4bb45
commit
61d08370dc
2 changed files with 41 additions and 10 deletions
|
|
@ -1464,7 +1464,12 @@ export const openMenuPanel = (options: {
|
|||
break;
|
||||
} else if (type === "goGroups") {
|
||||
menuElement.innerHTML = getGroupsHTML(fields, data.view);
|
||||
bindGroupsEvent();
|
||||
bindGroupsEvent({
|
||||
protyle: options.protyle,
|
||||
menuElement: menuElement,
|
||||
blockElement: options.blockElement,
|
||||
data
|
||||
});
|
||||
setPosition(menuElement, tabRect.right - menuElement.clientWidth, tabRect.bottom, tabRect.height);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue