Increased token snapping threshold
This commit is contained in:
parent
57680bd018
commit
f8c9588893
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user