mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Update build
This commit is contained in:
Vendored
+1
-1
@@ -876,7 +876,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
|
||||
_getExpandedVisibleBounds: function () {
|
||||
if (!this.options.removeOutsideVisibleBounds) {
|
||||
return this.getBounds();
|
||||
return this._map.getBounds();
|
||||
}
|
||||
|
||||
var map = this._map,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user