Vanessa 2025-06-10 11:20:26 +08:00
parent 2659017853
commit a79125c236

View file

@ -485,6 +485,9 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
});
addDragFill(item.querySelector(".av__cell--select"));
}
if (operation.action === "removeAttrViewView") {
item.setAttribute("data-av-type", operation.retData);
}
avRender(item, protyle, () => {
const attrElement = document.querySelector(`.b3-dialog--open[data-key="${Constants.DIALOG_ATTR}"] div[data-av-id="${avID}"]`) as HTMLElement;
if (attrElement) {