If a browser refresh is performed when a map is open, LX is reloaded with the default untitled map.
As suggested by @rogup, on opening a map the mapId is added to the browser's sessionStorage, and when browser tab is reloaded a check is run and if a mapId is present the requisite map is reloaded.
What? Why?
Closes #316
If a browser refresh is performed when a map is open, LX is reloaded with the default untitled map.
As suggested by @rogup, on opening a map the mapId is added to the browser's sessionStorage, and when browser tab is reloaded a check is run and if a mapId is present the requisite map is reloaded.
What should we test?