Refocus on the map when an input is clicked on the layers dialog. fixes #2148

This commit is contained in:
jacobtoye 2013-11-04 10:46:51 +13:00
parent f133d9a1bd
commit 254e6fe6b9

View File

@ -230,6 +230,8 @@ L.Control.Layers = L.Control.extend({
}
this._handlingClick = false;
this._refocusOnMap();
},
_expand: function () {