Various tweaks, fixes and updated documentation.

This commit is contained in:
2022-07-27 20:44:54 +00:00
parent 6e5a1c18a3
commit d1bc1fb7a2
16 changed files with 611 additions and 2730 deletions

View File

@@ -43,6 +43,9 @@ class PopupCard extends LitElement {
if (this.parentElement.localName === "hui-card-preview") {
this.editMode = true;
this.removeAttribute("hidden");
} else {
this.setAttribute("hidden", "");
}
}