This commit is contained in:
Waldir 2012-09-23 15:06:44 +02:00
parent e0ee630421
commit 81c2bf93ca

View File

@ -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 () {