1
0

Increase mouse move threshold for cat interaction

This commit is contained in:
2025-05-26 04:12:44 +02:00
parent 8c5bca27fb
commit 3906c15cb2

View File

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