Update select tool cursor

This commit is contained in:
Mitchell McCaffrey 2021-07-20 18:50:15 +10:00
parent 7a2c852ea9
commit eb5999bd03

View File

@ -158,6 +158,7 @@ function MapInteraction({
case "measure":
case "pointer":
case "note":
case "select":
return "crosshair";
default:
return "default";