mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Re-disable scroll wheel zoom on maps
Enabling scroll wheel search does not seem necessary in the context of this overall bug fix.
This commit is contained in:
parent
2feac112f3
commit
2862f94cda
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ export default function MapFactory(Private, tilemap) {
|
|||
maxZoom: tilemapOptions.maxZoom,
|
||||
noWrap: true,
|
||||
maxBounds: L.latLngBounds([-90, -220], [90, 220]),
|
||||
scrollWheelZoom: false,
|
||||
fadeAnimation: false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue