mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update build
This commit is contained in:
Vendored
+1
-1
@@ -661,7 +661,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
var newBounds = this._getExpandedVisibleBounds();
|
||||
|
||||
this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds, this._zoom, newBounds);
|
||||
this._topClusterLevel._recursivelyAddChildrenToMap(null, this._zoom, newBounds);
|
||||
this._topClusterLevel._recursivelyAddChildrenToMap(null, this._map._zoom, newBounds);
|
||||
|
||||
this._currentShownBounds = newBounds;
|
||||
return;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user