1
0

Further increase move threshold for mouse hold

This commit is contained in:
2025-05-26 04:11:50 +02:00
parent 75c8c4d9b7
commit 583ce878df

View File

@@ -140,7 +140,7 @@ _bindMouseHold() {
let holdTimer = null;
const CAT_TOLERANCE = 36;
const MOVE_THRESHOLD = 100;
const MOVE_THRESHOLD = 1450;
const isMouseNearCat = (e) => {
const rect = this.img.getBoundingClientRect();