scroll textarea instead of zooming map

This commit is contained in:
Norbert Renner 2014-05-24 14:26:48 +02:00
parent bc95b35d08
commit 7e153b3a33

View file

@ -26,7 +26,8 @@ BR.Control = L.Control.extend({
L.DomEvent
.on(container, 'click', stop)
.on(container, 'mousedown', stop)
.on(container, 'dblclick', stop);
.on(container, 'dblclick', stop)
.on(container, 'mousewheel', stop);
// disabled because links not working, remove?
//L.DomEvent.on(container, 'click', L.DomEvent.preventDefault);