From 9b18e18bb4d60d8cbf5ea294d45508dab7e46578 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 30 Dec 2025 14:18:35 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16717 --- app/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index 181f4ff54..71b0f47db 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -269,7 +269,7 @@ export class Plugin { this.data[storageName] = response; resolve(this.data[storageName]); }, null, () => { - resolve(""); + resolve(this.data[storageName]); }); }); }