Vanessa 2025-07-03 18:45:01 +08:00
parent f2e6bdc755
commit a3c5d92f58

View file

@ -553,6 +553,9 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
item.dataset.pageSize = viewTabElement.dataset.page;
}
}
if (operation.action === "addAttrViewView") {
item.dataset.pageSize = "50";
}
avRender(item, protyle, () => {
const attrElement = document.querySelector(`.b3-dialog--open[data-key="${Constants.DIALOG_ATTR}"] div[data-av-id="${avID}"]`) as HTMLElement;
if (attrElement) {