1
0

Increase move threshold for mouse hold detection in animeCat.js

This commit is contained in:
2025-05-26 04:31:55 +02:00
parent 13696f1f82
commit 94568a11e1

View File

@@ -144,7 +144,7 @@ _bindMouseHold() {
let moveDist = 0; // <---- NEU!
const CAT_TOLERANCE = 15;
const MOVE_THRESHOLD = 300;
const MOVE_THRESHOLD = 350;
const isMouseNearCat = (e) => {
const rect = this.img.getBoundingClientRect();