mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
9cb6e9ec25
commit
509a53a4bf
9 changed files with 121 additions and 85 deletions
|
|
@ -109,6 +109,11 @@ export const reloadSync = (data: { upsertRootIDs: string[], removeRootIDs: strin
|
|||
allModels.search.forEach(item => {
|
||||
item.parent.panelElement.querySelector("#searchInput").dispatchEvent(new CustomEvent("input"));
|
||||
});
|
||||
allModels.custom.forEach(item => {
|
||||
if (item.update) {
|
||||
item.update();
|
||||
}
|
||||
});
|
||||
/// #endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue