mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Update ha-sidebar.ts
This commit is contained in:
parent
2c740cedb8
commit
ec08b2ef65
@ -406,7 +406,7 @@ class HaSidebar extends LitElement {
|
|||||||
if (!this._tooltipHideTimeout) {
|
if (!this._tooltipHideTimeout) {
|
||||||
this._tooltipHideTimeout = window.setTimeout(() => {
|
this._tooltipHideTimeout = window.setTimeout(() => {
|
||||||
this._tooltipHideTimeout = undefined;
|
this._tooltipHideTimeout = undefined;
|
||||||
// this._tooltip.style.display = "none";
|
this._tooltip.style.display = "none";
|
||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user