diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 0c1bc9c1..f87a2279 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1216,7 +1216,6 @@ L.U.TileLayerControl = L.Control.extend({ 'click', function () { this.map.selectTileLayer(tilelayer) - this.map.ui.closePanel() if (options && options.callback) options.callback(tilelayer) }, this