Increased token snapping threshold

This commit is contained in:
Mitchell McCaffrey 2020-08-10 21:53:43 +10:00
parent 57680bd018
commit f8c9588893

View File

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