1
0

Remove redundant condition in animeCat.js

This commit is contained in:
2025-05-26 03:44:07 +02:00
parent 8d9f9edda7
commit 67f56d8520

View File

@@ -164,7 +164,6 @@ window.AnimeCat = class AnimeCat {
['mouseup', 'mouseleave'].forEach(evt => ['mouseup', 'mouseleave'].forEach(evt =>
this.img.addEventListener(evt, () => { this.img.addEventListener(evt, () => {
if (!joyActive) reopenEyes();
clearTimeout(holdTimer); clearTimeout(holdTimer);
}) })
); );