mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
dda4634126
commit
eb0b76bc30
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: (data: IAV) =
|
|||
snapshot,
|
||||
pageSize: parseInt(e.dataset.pageSize) || undefined,
|
||||
viewID: e.getAttribute(Constants.CUSTOM_SY_AV_VIEW) || "",
|
||||
query: query.trim()
|
||||
query: query.trim(),
|
||||
blockID: e.getAttribute("data-node-id"),
|
||||
}, (response) => {
|
||||
const data = response.data.view as IAVTable;
|
||||
if (response.data.viewType === "gallery") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue