From f8c9588893e1923175555bcd204ec6a14ff3963d Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 10 Aug 2020 21:53:43 +1000 Subject: [PATCH] Increased token snapping threshold --- src/components/map/MapToken.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/MapToken.js b/src/components/map/MapToken.js index a65af22..ad9cd8d 100644 --- a/src/components/map/MapToken.js +++ b/src/components/map/MapToken.js @@ -16,7 +16,7 @@ import TokenLabel from "../token/TokenLabel"; import { tokenSources, unknownSource } from "../../tokens"; -const snappingThreshold = 1 / 8; +const snappingThreshold = 1 / 7; function MapToken({ token,