From 3556d3fbd5258a1f3d5563174c3dd7d4aa168c87 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 26 Apr 2023 11:19:53 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/8098 --- app/src/dialog/processSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index b8471c846..67c542e27 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -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")); }); };