Moved drawing tools into one section

This commit is contained in:
Mitchell McCaffrey
2020-06-21 11:01:03 +10:00
parent aa4ba33a0b
commit 3ba7c8809c
14 changed files with 152 additions and 246 deletions

View File

@@ -172,8 +172,7 @@ function MapInteraction({ map, children, controls, selectedToolId }) {
case "pan":
return "move";
case "fog":
case "brush":
case "shape":
case "drawing":
return "crosshair";
default:
return "default";