From 5752f756ae9202a580d4a14e0a2a36388356f9be Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 30 Oct 2023 16:25:58 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9524 --- app/src/protyle/header/Background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index b96a3cd9d..921237343 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -314,7 +314,7 @@ export class Background { id: protyle.block.rootID, attrs: {"title-img": this.ial["title-img"]} }); - }); + }, Constants.SIYUAN_ASSETS_IMAGE); event.preventDefault(); event.stopPropagation(); break;