fix profile/data scrolling on Firefox
This commit is contained in:
parent
224e59380f
commit
2c2441e56b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue