From a516cbd2a35cc0ebd3899b036835fc4e8998643f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 13 Mar 2024 19:02:46 +0100 Subject: [PATCH] chore: panel in condensed mode by default --- umap/static/umap/js/umap.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.ui.js b/umap/static/umap/js/umap.ui.js index ceaca6a2..8c54e5aa 100644 --- a/umap/static/umap/js/umap.ui.js +++ b/umap/static/umap/js/umap.ui.js @@ -5,7 +5,7 @@ U.UI = L.Evented.extend({ ALERTS: Array(), ALERT_ID: null, TOOLTIP_ID: null, - PANEL_MODE: 'expanded', + PANEL_MODE: 'condensed', initialize: function (parent) { this.parent = parent