diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index 288845779..f27d5b6e9 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -843,7 +843,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? { m.setLatLng(m.getLatLng()); m.setOpacity(1); } else { - cluster._recursively(bounds, newZoomLevel, 0, function(c) { + cluster._recursively(bounds, newZoomLevel, 0, function (c) { c._recursivelyRemoveChildrenFromMap(bounds, previousZoomLevel + 1); }); }