Make eq snap smaller

This commit is contained in:
Jordan Eldredge 2018-11-20 07:55:01 -08:00
parent fc6ae06816
commit c960c2ede0

View file

@ -8,7 +8,7 @@ import {
} from "../actionTypes";
import { Band, Dispatchable } from "../types";
const BAND_SNAP_DISTANCE = 10;
const BAND_SNAP_DISTANCE = 5;
const BAND_MID_POINT_VALUE = 50;
function _snapBandValue(value: number): number {