Update ha-sidebar.ts

This commit is contained in:
Bram Kragten 2020-01-30 16:39:09 +01:00
parent 2c740cedb8
commit ec08b2ef65

View File

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