Skip to content

Commit

Permalink
CLMS-3096 (bug): implemented fix for bookmark opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ujbolivar committed May 9, 2024
1 parent 1c90c17 commit 53e083f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/MapViewer/MenuWidget.jsx
Expand Up @@ -796,6 +796,8 @@ class MenuWidget extends React.Component {
);
if (layerOpacities[id]) {
element.dataset.opacity = layerOpacities[id] * 100;
} else {
element.dataset.opacity = 100;
}
}
});
Expand Down

0 comments on commit 53e083f

Please sign in to comment.