Changed token snapping threshold

This commit is contained in:
Mitchell McCaffrey 2020-08-07 13:35:47 +10:00
parent 548ec5f09a
commit 91d5298ac6

View File

@ -16,7 +16,7 @@ import TokenLabel from "../token/TokenLabel";
import { tokenSources, unknownSource } from "../../tokens"; import { tokenSources, unknownSource } from "../../tokens";
const snappingThreshold = 1 / 5; const snappingThreshold = 1 / 8;
function MapToken({ function MapToken({
token, token,