Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWeinbren committed Feb 27, 2024
2 parents 3ad9fe1 + 5802082 commit 97f52ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/Map.astro
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
];
deck.setProps({ layers: newLayers });
if (object) {
updateMapCursor("pointer");
updateMapCursor("crosshair");
window.updateChartData(object);
} else {
updateMapCursor("grab");
Expand Down

0 comments on commit 97f52ee

Please sign in to comment.