remove changes from PR #2171 (#5673)

This commit is contained in:
Javier Jimenez Shaw 2017-07-31 09:24:14 +02:00 committed by Per Liedman
parent 922593addb
commit 50705e1f0d

View File

@ -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) {