mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
196dcf419c
commit
b6e6e3f10d
2 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void, v
|
|||
id: e.getAttribute("data-av-id"),
|
||||
created,
|
||||
snapshot,
|
||||
pageSize: parseInt(e.dataset.pageSize) || undefined,
|
||||
viewID: newViewID
|
||||
}, (response) => {
|
||||
const data = response.data.view as IAVTable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue