From 34fddd59401091eefb6c2164dec08a69db1c2233 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 11 Nov 2020 15:27:33 +0100 Subject: [PATCH] Merge error --- src/panels/config/info/system-health-card.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/panels/config/info/system-health-card.ts b/src/panels/config/info/system-health-card.ts index 2c8551c3d6..765725b133 100644 --- a/src/panels/config/info/system-health-card.ts +++ b/src/panels/config/info/system-health-card.ts @@ -232,9 +232,6 @@ class SystemHealthCard extends LitElement { `System Health\n\n${haContent}\n\n${domainParts.join("\n\n")}` ); - // Remove temporary heading again - copyElement.removeChild(tempTitle); - this._toolTip!.show(); setTimeout(() => this._toolTip?.hide(), 3000); }