1
0

Increase move threshold for mouse hold in animeCat.js

This commit is contained in:
2025-05-26 04:15:40 +02:00
parent 4fcf05844b
commit 5e21efdd6e

View File

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