parent
922593addb
commit
50705e1f0d
@ -206,11 +206,6 @@ export var Layers = Control.extend({
|
||||
DomEvent.on(link, 'focus', this.expand, this);
|
||||
}
|
||||
|
||||
// work around for Firefox Android issue https://github.com/Leaflet/Leaflet/issues/2033
|
||||
DomEvent.on(form, 'click', function () {
|
||||
setTimeout(Util.bind(this._onInputClick, this), 0);
|
||||
}, this);
|
||||
|
||||
// TODO keyboard accessibility
|
||||
|
||||
if (!collapsed) {
|
||||
|
Loading…
Reference in New Issue
Block a user