mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Fix: millisecondsTaken
This commit is contained in:
parent
6a174066bd
commit
b6459ced18
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue