mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed corrected not resetting on history push
This commit is contained in:
parent
3029c29b8c
commit
f2dc18eeeb
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ class Corrected {
|
|||
|
||||
pushHistory() {
|
||||
this.history.push(this.current);
|
||||
this.current = "";
|
||||
console.log(this.history);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue