mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
e1becd6454
commit
b35be95815
2 changed files with 92 additions and 3 deletions
|
|
@ -441,6 +441,8 @@ export const updateBacklinkGraph = (models: IModels, protyle: IProtyle) => {
|
|||
}
|
||||
item.element.querySelector('.block__icon[data-type="refresh"] svg').classList.add("fn__rotate");
|
||||
fetchPost("/api/ref/getBacklink2", {
|
||||
sort: item.status[blockId] ? item.status[blockId].sort : "3",
|
||||
mSort: item.status[blockId] ? item.status[blockId].mSort : "3",
|
||||
id: blockId || "",
|
||||
k: item.inputsElement[0].value,
|
||||
mk: item.inputsElement[1].value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue