mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
1be46ef5fd
commit
9b14fe7bdb
3 changed files with 12 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ export const reloadSync = (app: App, data: { upsertRootIDs: string[], removeRoot
|
|||
id: item.editor.protyle.block.rootID,
|
||||
}, (response) => {
|
||||
item.editor.protyle.wysiwyg.renderCustom(response.data.ial);
|
||||
reloadProtyle(item.editor.protyle, false);
|
||||
reloadProtyle(item.editor.protyle, false, true);
|
||||
updateTitle(item.editor.protyle.block.rootID, item.parent, item.editor.protyle);
|
||||
});
|
||||
} else if (data.removeRootIDs.includes(item.editor.protyle.block.rootID)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue