Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5470'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 5, 2025
2 parents 3faf9a7 + 7a99295 commit cdcf15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/index/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ OSM.History = function (map) {
page.unload = function () {
map.removeLayer(group);
map.off("moveend", update);
map.off("zoomend", updateBounds);
};

return page;
Expand Down

0 comments on commit cdcf15e

Please sign in to comment.