mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Update ha-sidebar.ts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user