From ec08b2ef6561ac1bc21168f1805bc57586da13f2 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 30 Jan 2020 16:39:09 +0100 Subject: [PATCH] Update ha-sidebar.ts --- src/components/ha-sidebar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-sidebar.ts b/src/components/ha-sidebar.ts index 8a5fbf0c48..339724056d 100644 --- a/src/components/ha-sidebar.ts +++ b/src/components/ha-sidebar.ts @@ -406,7 +406,7 @@ class HaSidebar extends LitElement { if (!this._tooltipHideTimeout) { this._tooltipHideTimeout = window.setTimeout(() => { this._tooltipHideTimeout = undefined; - // this._tooltip.style.display = "none"; + this._tooltip.style.display = "none"; }, 10); } }