Open seyfro opened 7 years ago
With leaflet v1.0.0 clickable has been replaced with interactive, see https://github.com/Leaflet/Leaflet/pull/2838 - minimap anyway still uses clickable:
aimingRectOptions: {color: '#ff7800', weight: 1, clickable: false}, shadowRectOptions: {color: '#000000', weight: 1, clickable: false, opacity: 0, fillOpacity: 0}, ... this.options.aimingRectOptions.clickable = false; this.options.shadowRectOptions.clickable = false;
I see! Looking at the demo now I notice that the hover hand has indeed started appearing over the aiming rectangle. Should be a quick fix.
Fixed by #144
With leaflet v1.0.0 clickable has been replaced with interactive, see https://github.com/Leaflet/Leaflet/pull/2838 - minimap anyway still uses clickable: