local forecast as html

This commit is contained in:
Matt Walsh
2022-08-04 11:07:35 -05:00
parent 332f8f8d2f
commit 3e9d7708fa
13 changed files with 133 additions and 115 deletions

View File

@@ -284,7 +284,7 @@ class WeatherDisplay {
isActive() {
if (!this.isHtml) return document.getElementById(`${this.elemId}Canvas`).offsetParent !== null;
return this.elem.offsetParent !== null;
return this.elem.offsetHeight !== 0;
}
isEnabled() {