The map should not trace a resize event
The container div should handle the resize by updating the scrollbars This fixes the map crash during window resize.
This commit is contained in:
parent
3ee29053aa
commit
caf7c2e6c6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ L.Map = L.Evented.extend({
|
|||
*/
|
||||
|
||||
fadeAnimation: true,
|
||||
trackResize: true,
|
||||
trackResize: false,
|
||||
markerZoomAnimation: true
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue