mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
f2e6bdc755
commit
a3c5d92f58
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue