Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jul 11, 2024
1 parent b81991c commit 2d346c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projekte/Karte/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ const Karte = ({ mapContainerRef }) => {
<BaseLayerComponent />
</MapResizer>
)}
{/* TODO: subtract index from zIndex in Pane style, then remove reverse() */}
{/* TODO: Set paneBaseIndex to 400 (?), subtract index from zIndex in Pane style, then remove reverse() */}
{activeOverlaysSorted
.reverse()
.map((overlayName, index) => {
Expand Down

0 comments on commit 2d346c6

Please sign in to comment.