1
0

Remove redundant code in animeCat.js

This commit is contained in:
2025-05-26 05:08:52 +02:00
parent 816a14b174
commit 042fb516c9

View File

@@ -294,10 +294,6 @@ _bindMouseHold() {
} else {
this._startBlinking();
}
} else {
reopenEyes();
this._startBlinking();
}
mouseDown = false;
}