1
0

Increase move threshold for mouse hold

This commit is contained in:
2025-05-26 04:11:13 +02:00
parent ecb5ddfa09
commit 75c8c4d9b7

View File

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