Vanessa 2025-07-24 21:10:52 +08:00
parent 2c5ea4bb45
commit 61d08370dc
2 changed files with 41 additions and 10 deletions

View file

@ -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();