Added comment in config.js

This commit is contained in:
lentil 2026-01-05 16:13:28 -06:00
parent f707618ec6
commit 29c6ac7ac8

View File

@ -20,7 +20,7 @@ export const PATH_TRACES_WIDTH = 1.5;
export const PATH_TRACES_DASHED_OPACITY = 1.0;
// PANNING
export const PANNING_ZERO_TOUCH_THRESHOLD = 200;
export const PANNING_ZERO_TOUCH_THRESHOLD = 200; // Milliseconds
// SIZES
export const POINTER_HISTORY_SIZE = 20;