From 29c6ac7ac82ffab3d083e296ee589d51024bc714 Mon Sep 17 00:00:00 2001 From: lentil Date: Mon, 5 Jan 2026 16:13:28 -0600 Subject: [PATCH] Added comment in config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index cb706d7..c94ac4b 100644 --- a/config.js +++ b/config.js @@ -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;