mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
This commit is contained in:
parent
4264d0d193
commit
b3764d6a20
4 changed files with 10 additions and 5 deletions
|
|
@ -58,10 +58,11 @@ export const previewDocImage = (currentSrc: string, id: string) => {
|
|||
});
|
||||
};
|
||||
|
||||
export const previewAttrViewImages = (currentSrc: string, avID: string, viewID: string) => {
|
||||
export const previewAttrViewImages = (currentSrc: string, avID: string, viewID: string, query: string) => {
|
||||
fetchPost("/api/av/getCurrentAttrViewImages", {
|
||||
id: avID,
|
||||
viewID: viewID
|
||||
viewID,
|
||||
query,
|
||||
}, (response) => {
|
||||
previewImages(response.data, currentSrc);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue