From 93d4a9f4d5be37c9f0db23a405dc3b3ce6e1f847 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 5 May 2026 21:25:23 +0800 Subject: [PATCH] :bug: https://github.com/siyuan-note/siyuan/issues/17623 --- app/src/protyle/header/Background.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index 2b2b54c19..5113635f7 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -589,6 +589,7 @@ export class Background { this.tagsElement.classList.remove("fn__none"); this.actionElements[0].classList.add("fn__none"); } else { + this.tagsElement.innerHTML = ""; this.tagsElement.classList.add("fn__none"); this.actionElements[0].classList.remove("fn__none"); }