issues changing locations
This commit is contained in:
parent
4bf3f4d1e0
commit
7c50f5f1d7
4 changed files with 54 additions and 6 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue