Don't restore IsA via onpopstate

This commit is contained in:
Edward Betts 2021-07-16 11:57:25 +02:00
parent 5b378c7bff
commit 4c684b7b74
1 changed files with 0 additions and 7 deletions

View File

@ -1066,8 +1066,6 @@ export default {
map_area: this.map_area,
hits: toRaw(this.hits),
current_hit: toRaw(this.current_hit),
isa_ticked: toRaw(this.isa_ticked),
isa_labels: toRaw(this.isa_labels),
current_osm: toRaw(this.current_osm),
recent_search: this.recent_search,
};
@ -1415,11 +1413,6 @@ export default {
this.hits = state.hits;
this.current_hit = state.current_hit;
/*
this.isa_ticked = state.isa_ticked;
this.isa_labels = state.isa_labels;
*/
this.current_osm = state.current_osm;
this.map.setView(this.center, this.zoom);