Merge error

This commit is contained in:
Bram Kragten 2020-11-11 15:27:33 +01:00
parent 0e5d6fe8d8
commit 34fddd5940

View File

@ -232,9 +232,6 @@ class SystemHealthCard extends LitElement {
`System Health\n\n${haContent}\n\n${domainParts.join("\n\n")}`
);
// Remove temporary heading again
copyElement.removeChild(tempTitle);
this._toolTip!.show();
setTimeout(() => this._toolTip?.hide(), 3000);
}