local forecast as html
This commit is contained in:
parent
332f8f8d2f
commit
3e9d7708fa
13 changed files with 133 additions and 115 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue