Skip to content

Commit

Permalink
Update group.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd committed Dec 4, 2023
1 parent 7890deb commit ccad18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/legend/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ccad18f

Please sign in to comment.