fix profile/data scrolling on Firefox

This commit is contained in:
Norbert Renner 2015-05-22 20:27:35 +02:00
parent 224e59380f
commit 2c2441e56b

View file

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