mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user