Fix #916
This commit is contained in:
parent
e0ee630421
commit
81c2bf93ca
@ -32,6 +32,7 @@ L.Map.ScrollWheelZoom = L.Handler.extend({
|
||||
this._timer = setTimeout(L.Util.bind(this._performZoom, this), left);
|
||||
|
||||
L.DomEvent.preventDefault(e);
|
||||
L.DomEvent.stopPropagation(e);
|
||||
},
|
||||
|
||||
_performZoom: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user