loleaflet: mobile: remove more invalid focus

Change-Id: I10dd64d388dcf640ee2c2a7744408b13834ef044
This commit is contained in:
Henry Castro 2018-08-22 16:45:38 -04:00
parent a6d505ad45
commit ccb20d551e

View file

@ -282,7 +282,6 @@ L.TileLayer = L.GridLayer.extend({
for (var key in this._selectionHandles) {
this._selectionHandles[key].on('drag dragend', this._onSelectionHandleDrag, this);
}
this._map.focus();
map.setPermission(this.options.permission);