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"); }