From ccad18f0f57155f8bc12129635a87c33da3b7a2a Mon Sep 17 00:00:00 2001 From: jokd Date: Mon, 4 Dec 2023 14:50:50 +0100 Subject: [PATCH] Update group.js --- src/controls/legend/group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/legend/group.js b/src/controls/legend/group.js index 33b470266..58743faef 100644 --- a/src/controls/legend/group.js +++ b/src/controls/legend/group.js @@ -131,7 +131,7 @@ const Group = function Group(viewer, options = {}) { cls: 'hover padding-x padding-y-small grey-lightest border-bottom text-small sticky bg-white z-index-low item wrap', style: `top: 0;${moreInfoButton ? 'padding-right: 0.275rem' : ''}`, icon, - title, + title }); if (moreInfoButton) { headerComponent.on('render', function hcRender() {