mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +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;
|
item.dataset.pageSize = viewTabElement.dataset.page;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (operation.action === "addAttrViewView") {
|
||||||
|
item.dataset.pageSize = "50";
|
||||||
|
}
|
||||||
avRender(item, protyle, () => {
|
avRender(item, protyle, () => {
|
||||||
const attrElement = document.querySelector(`.b3-dialog--open[data-key="${Constants.DIALOG_ATTR}"] div[data-av-id="${avID}"]`) as HTMLElement;
|
const attrElement = document.querySelector(`.b3-dialog--open[data-key="${Constants.DIALOG_ATTR}"] div[data-av-id="${avID}"]`) as HTMLElement;
|
||||||
if (attrElement) {
|
if (attrElement) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue