This commit is contained in:
Maciej Caderek
2022-01-19 03:25:48 +01:00
parent 707d673557
commit 5d750f1a5b
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class Board {
flip() {
this.flipped = !this.flipped;
// this.render(this.boardData, this.lastMove);
this.render(this.boardData, this.lastMove);
return this;
}