issues changing locations

This commit is contained in:
Matt Walsh
2025-06-02 15:57:58 -05:00
parent 4bf3f4d1e0
commit 7c50f5f1d7
4 changed files with 54 additions and 6 deletions

View File

@@ -67,6 +67,9 @@ const getWeather = async (latLon, haveDataCallback) => {
// update the main process for display purposes
populateWeatherParameters(weatherParameters);
// reset the scroll
postMessage({ type: 'current-weather-scroll', method: 'reload' });
// draw the progress canvas and hide others
hideAllCanvases();
document.querySelector('#loading').style.display = 'none';