Fix: millisecondsTaken

This commit is contained in:
Luc Mcgrady 2025-10-04 21:11:03 +01:00
parent 6a174066bd
commit b6459ced18
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -38,6 +38,7 @@ export class ReviewerState {
const question = resp.nextCard?.front || "";
this.answerShown.set(false);
this.updateHtml(question);
this.beginAnsweringMs = Date.now()
}
public showAnswer() {