mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Another noHas hack, fixes spiderfy in IE
This commit is contained in:
@@ -126,7 +126,9 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
|
|||||||
m.setLatLng(newPos);
|
m.setLatLng(newPos);
|
||||||
m.setZIndexOffset(1000000); //Make these appear on top of EVERYTHING
|
m.setZIndexOffset(1000000); //Make these appear on top of EVERYTHING
|
||||||
|
|
||||||
|
m._noHas = true;
|
||||||
L.FeatureGroup.prototype.addLayer.call(group, m);
|
L.FeatureGroup.prototype.addLayer.call(group, m);
|
||||||
|
delete m._noHas;
|
||||||
|
|
||||||
|
|
||||||
leg = new L.Polyline([this._latlng, newPos], { weight: 1.5, color: '#222' });
|
leg = new L.Polyline([this._latlng, newPos], { weight: 1.5, color: '#222' });
|
||||||
|
|||||||
Reference in New Issue
Block a user