diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index 5e1f6ef6f..116fff766 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -308,6 +308,8 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? { //Immediately fire an event to update the opacity and locations (If we immediately set it they won't animate) setTimeout(function () { //Update opacities + me._topClusterLevel._recursivelyBecomeVisible(bounds, depthToStartAt + depthToDescend); + //TODO Maybe? Update markers in _recursivelyBecomeVisible for (i in me._layers) { var n = me._layers[i];