Skip to content

Commit

Permalink
Fixed Map Object Identification
Browse files Browse the repository at this point in the history
  • Loading branch information
ethaniannicelli committed Jun 5, 2024
1 parent 962f95f commit 4d2f635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default function Map({ mode }) {
<>
<div className={`map ${mode}`}>
<MapLibreMap
id="myMap"
ref={mapRef}
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
Expand Down

0 comments on commit 4d2f635

Please sign in to comment.