Skip to content

Commit

Permalink
Refresh chessboard after loading game
Browse files Browse the repository at this point in the history
  • Loading branch information
andersforsell committed Jul 8, 2014
1 parent 4505d31 commit 998b18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chess_board.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ChessBoard extends PolymerElement {
void positionChanged(String oldValue) {
_currentPosition = new Chess.fromFEN(position);
_updateGameState();
_drawChessPosition(refresh: true);
}

void _setPromotionDialogAttributes() {
Expand Down

0 comments on commit 998b18d

Please sign in to comment.