Vanessa 2023-04-26 11:19:53 +08:00
parent 4b3b32a306
commit 3556d3fbd5

View file

@ -82,7 +82,7 @@ export const reloadSync = (data: { upsertRootIDs: string[], removeRootIDs: strin
});
// NOTE asset 无法获取推送地址,先不处理
allModels.search.forEach(item => {
item.parent.panelElement.querySelector("#searchRefresh").dispatchEvent(new CustomEvent("input"));
item.parent.panelElement.querySelector("#searchInput").dispatchEvent(new CustomEvent("input"));
});
};