This commit is contained in:
Maciej Caderek
2022-01-19 23:23:12 +01:00
parent 5d750f1a5b
commit 2a2d1dbbca
8 changed files with 44 additions and 33 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;
}