You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you very much for your work on this library. It’s incredibly useful and well designed!
However, I noticed an issue. When I drag and drop a piece, a "not-allowed" icon appears. If I accidentally drop the piece before the icon disappears, the logic in the onPieceDrop prop is not triggered.
Initially, I thought the issue might be in my own code. However, I was able to reproduce the same bug on the website mentioned in the README: https://chessopenings.co.uk/traps/Ruy%20Lopez
It seems that when the drop happens too quickly, the logic in onPieceDrop is not executed.
Could you please look into this? Thank you!
The text was updated successfully, but these errors were encountered:
loisperrigon
changed the title
Cursor not-allowed onPieceDrop
Cursor not-allowed onPieceDrop and onPieceDrop not triggering
Oct 13, 2024
loisperrigon
changed the title
Cursor not-allowed onPieceDrop and onPieceDrop not triggering
Cursor not-allowed arePiecesDraggable and onPieceDrop not triggering
Oct 13, 2024
Hello,
First of all, thank you very much for your work on this library. It’s incredibly useful and well designed!
However, I noticed an issue. When I drag and drop a piece, a "not-allowed" icon appears. If I accidentally drop the piece before the icon disappears, the logic in the onPieceDrop prop is not triggered.
Initially, I thought the issue might be in my own code. However, I was able to reproduce the same bug on the website mentioned in the README:
https://chessopenings.co.uk/traps/Ruy%20Lopez
It seems that when the drop happens too quickly, the logic in onPieceDrop is not executed.
Could you please look into this? Thank you!
The text was updated successfully, but these errors were encountered: