Vanessa 2025-07-14 19:44:34 +08:00
parent dcc0539e4b
commit 306fab4fee
2 changed files with 11 additions and 2 deletions

View file

@ -584,7 +584,9 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
});
}
} else if (operation.action === "addAttrViewView") {
openMenuPanel({protyle, blockElement: item, type: "config"});
if (item.getAttribute("data-node-id") === operation.blockID) {
openMenuPanel({protyle, blockElement: item, type: "config"});
}
}
}
item.removeAttribute("data-loading");