From eb5999bd03c77db0fe5dd9b54f37282ff38d564f Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 20 Jul 2021 18:50:15 +1000 Subject: [PATCH] Update select tool cursor --- src/components/map/MapInteraction.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/map/MapInteraction.tsx b/src/components/map/MapInteraction.tsx index a14530b..8fe4b1c 100644 --- a/src/components/map/MapInteraction.tsx +++ b/src/components/map/MapInteraction.tsx @@ -158,6 +158,7 @@ function MapInteraction({ case "measure": case "pointer": case "note": + case "select": return "crosshair"; default: return "default";