Vanessa 2024-09-18 11:34:41 +08:00
parent 4f31068205
commit 141889f058
5 changed files with 28 additions and 41 deletions

View file

@ -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);
});