lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.04k stars 261 forks source link

Detect any click on the board #257

Closed gabrilator closed 11 months ago

gabrilator commented 1 year ago

Hey! Thanks for the amazing work. Is there a way to detect any click on the board? this would be super helpful for animations, for example, that would reset when the user clicks on the board.

Cheers!

chao-mu commented 1 year ago

Yes. the select event. However there is a bug where it fires twice if you click an unoccupied square on mobile.

Anupya commented 11 months ago

Seems like this issue can be closed?