scroll textarea instead of zooming map
This commit is contained in:
parent
bc95b35d08
commit
7e153b3a33
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue