mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
4f31068205
commit
141889f058
5 changed files with 28 additions and 41 deletions
|
|
@ -105,6 +105,7 @@ export const reloadSync = (
|
|||
} else if (item.type !== "local" || data.upsertRootIDs.includes(item.blockId)) {
|
||||
fetchPost("/api/outline/getDocOutline", {
|
||||
id: item.blockId,
|
||||
preview: item.isPreview
|
||||
}, response => {
|
||||
item.update(response);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue