code100x / chess

A multiplayer chess platform
https://chess.100xdevs.com/
1.59k stars 567 forks source link

Draw Arrows on Right Click is not accurate #156

Open Sama-004 opened 4 months ago

Sama-004 commented 4 months ago

https://github.com/code100x/chess/assets/70210929/dbed9017-4bda-4bd2-b1cf-b0c045b62666

The arrows are not drawn where the mouse is clicked instead, they are drawn far away.

nimit9 commented 4 months ago

Was working fine on local when I tested this, will check again and fix this

nimit9 commented 4 months ago

This had changed because of the height of board was changed, have fixed it in a PR waiting for review.