Removed modes from note tool

This commit is contained in:
Mitchell McCaffrey
2020-11-05 12:28:28 +11:00
parent a3ae3471e8
commit dcdbb1ea98
7 changed files with 46 additions and 84 deletions

View File

@@ -156,12 +156,12 @@ function MapInteraction({
return "move";
case "fog":
case "drawing":
case "note":
return settings.settings[tool].type === "move"
? "pointer"
: "crosshair";
case "measure":
case "pointer":
case "note":
return "crosshair";
default:
return "default";