1
0

Add debug log for mouse hold duration and mouth open time

This commit is contained in:
2025-05-26 04:56:34 +02:00
parent bfa54a2d9e
commit bb1c61b010

View File

@@ -226,6 +226,7 @@ _bindMouseHold() {
} else {
this._startBlinking();
}
console.log('heldFor:', heldFor, 'mouthOpenTime:', mouthOpenTime);
}
}, 4000);