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 49 forks source link

'Free' property not working, move is highlighted but piece rebounds to original location #20

Closed oskarpyke closed 3 years ago

oskarpyke commented 3 years ago

The :free=true property doesn't seem to be working properly. The 'free' move is highlighted, but the piece rebounds to its original position when the user lets go of the piece. If I had to guess, the FEN is not updating properly, thereby enforcing the previous FEN as if the move had never been made. Has anyone resolved this?

oskarpyke commented 3 years ago

For posterity, this can be resolved by extending the chessboard component and overwriting the after? event.