Vanessa 2025-07-23 23:26:32 +08:00
parent abcd7b3157
commit fc2e1030a5
3 changed files with 81 additions and 28 deletions

View file

@ -578,7 +578,7 @@ export const openMenuPanel = (options: {
event.stopPropagation();
break;
} else if (type === "goGroups") {
menuElement.innerHTML = getGroupsHTML(fields, data.view.group);
menuElement.innerHTML = getGroupsHTML(fields, data.view);
bindGroupsEvent();
setPosition(menuElement, tabRect.right - menuElement.clientWidth, tabRect.bottom, tabRect.height);
window.siyuan.menus.menu.remove();