vitogit / vue-chessboard

Chessboard vue component to load positions, create positions and see threats
http://vitomd.com/vue-chessboard-examples/
GNU General Public License v3.0
165 stars 50 forks source link

Fixed bugg where board freezes on checkmate. #5

Closed dellros8 closed 5 years ago

dellros8 commented 5 years ago

countThreats returns null when no legal moves are found. afterMove chrashes when trying to use a-"history" property from the return of countThreats. Defaults to empty object in afterMove.