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