Changed token snapping threshold
This commit is contained in:
parent
548ec5f09a
commit
91d5298ac6
@ -16,7 +16,7 @@ import TokenLabel from "../token/TokenLabel";
|
||||
|
||||
import { tokenSources, unknownSource } from "../../tokens";
|
||||
|
||||
const snappingThreshold = 1 / 5;
|
||||
const snappingThreshold = 1 / 8;
|
||||
|
||||
function MapToken({
|
||||
token,
|
||||
|
Loading…
Reference in New Issue
Block a user