Skip to content

Commit

Permalink
flip coords on load if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
appletomato committed Dec 9, 2019
1 parent 7f3b9aa commit 2fd3663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ module.exports = function (window) {
boardGUI.drawNotation({container: rightPane, nodes: rv})
boardGUI.makeMovesSelectable()
boardGUI.hidePieceSelector()
boardGUI.drawCoords(board.getBoard())
boardGUI.drawFEN(board)
boardGUI.scrollIntoView(board.getBoard().hlNodeIndx)
boardGUI.highlightSAN(board.getBoard().hlNodeIndx)
Expand Down

0 comments on commit 2fd3663

Please sign in to comment.