You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Select a meter and map.
Select a new map.
Click back in history.
See the it will load the most recent map instead of the the one that was selected.
Expected behavior
When you go back through history, it will pull up the different maps that were used.
Additional context
This is happening because the map ID is being stored with old code under the 'map' object, instead of under the 'current' object. This is the same issues that is causing issue #1166.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When you go back through history, it will pull up the different maps that were used.
Additional context
This is happening because the map ID is being stored with old code under the 'map' object, instead of under the 'current' object. This is the same issues that is causing issue #1166.
The text was updated successfully, but these errors were encountered: