Vanessa 2023-12-29 11:09:45 +08:00
parent 4eba1176be
commit 492621e131
4 changed files with 54 additions and 26 deletions

View file

@ -765,7 +765,12 @@ export const openMenuPanel = (options: {
event.stopPropagation();
break;
} else if (type === "goSearchRollupCol") {
goSearchRollupCol(avID, target);
goSearchRollupCol({
target,
data,
protyle: options.protyle,
colId: menuElement.querySelector(".b3-menu__item").getAttribute("data-col-id")
});
event.preventDefault();
event.stopPropagation();
break;