mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
regional forecast/observation title close #11
This commit is contained in:
@@ -61,7 +61,7 @@ const currentWeatherScroll = (() => {
|
||||
if (!data) return;
|
||||
|
||||
// clean up any old text
|
||||
if (context) context.putImageData(blankDrawArea, 0, 405);
|
||||
if (context && blankDrawArea) context.putImageData(blankDrawArea, 0, 405);
|
||||
|
||||
drawCondition(screens[screenIndex](data));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user