Add more pointer drift between clicks

This commit is contained in:
Dustin Brett 2023-10-28 14:17:27 -07:00
parent f1a1501789
commit f31905b41a

View File

@ -1,7 +1,7 @@
import { useCallback, useRef } from "react";
import { TRANSITIONS_IN_MILLISECONDS } from "utils/constants";
const MAX_MOVES = 5;
const MAX_MOVES = 12;
const useDoubleClick = (
handler: React.MouseEventHandler,