mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
scroll triggers properly on red background
This commit is contained in:
@@ -170,6 +170,7 @@ class WeatherDisplay {
|
||||
// clean up the first-run flag in screen index
|
||||
if (this.screenIndex < 0) this.screenIndex = 0;
|
||||
if (this.okToDrawCurrentDateTime) this.drawCurrentDateTime();
|
||||
if (this.okToDrawCurrentConditions) postMessage({ type: 'current-weather-scroll', method: 'start' });
|
||||
}
|
||||
|
||||
finishDraw() {
|
||||
|
||||
Reference in New Issue
Block a user