move bottom scroll to single div #144
This commit is contained in:
parent
28baa022a9
commit
5117a9d475
19 changed files with 203 additions and 210 deletions
|
|
@ -172,6 +172,7 @@ class WeatherDisplay {
|
|||
if (this.screenIndex < 0) this.screenIndex = 0;
|
||||
if (this.okToDrawCurrentDateTime) this.drawCurrentDateTime();
|
||||
if (this.okToDrawCurrentConditions) postMessage({ type: 'current-weather-scroll', method: 'start' });
|
||||
if (this.okToDrawCurrentConditions === false) postMessage({ type: 'current-weather-scroll', method: 'hide' });
|
||||
}
|
||||
|
||||
finishDraw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue