From 65d8be2eadf5a27f78fcf23c5a64803ac80b18c1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 2 Nov 2024 13:18:28 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11939 --- app/src/layout/Wnd.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/layout/Wnd.ts b/app/src/layout/Wnd.ts index 7521e89ad..2aad0f59b 100644 --- a/app/src/layout/Wnd.ts +++ b/app/src/layout/Wnd.ts @@ -803,6 +803,7 @@ export class Wnd { webFrame.clearCache(); ipcRenderer.send(Constants.SIYUAN_CMD, "clearCache"); setTabPosition(); + setModelsHash(); /// #endif };