diff --git a/leaflet-hash.js b/leaflet-hash.js index 70a1007..1e48789 100644 --- a/leaflet-hash.js +++ b/leaflet-hash.js @@ -103,7 +103,8 @@ this.movingMap = true; this.map.setView(parsed.center, parsed.zoom); - + this.lastHash = hash; + this.movingMap = false; } else { this.onMapMove(this.map);