fixed corrected not resetting on history push

This commit is contained in:
Jack 2021-03-29 00:46:47 +01:00
parent 3029c29b8c
commit f2dc18eeeb

View file

@ -153,6 +153,8 @@ class Corrected {
pushHistory() {
this.history.push(this.current);
this.current = "";
console.log(this.history);
}
}