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
Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to click individual button of pieces one by one just to put new pieces inside the board.
Describe the solution you'd like
I hope there is a way that I can drag and drop from a list of spare pieces (besides the board) like from the lichess site.
Describe alternatives you've considered
You can also add another method in boardApi that will put some piece that will automatically grabbed in the mouse pointer. Example: boardApi.grabPiece({ type: 'p', color: 'b' })
Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to click individual button of pieces one by one just to put new pieces inside the board.
Describe the solution you'd like
I hope there is a way that I can drag and drop from a list of spare pieces (besides the board) like from the lichess site.
Describe alternatives you've considered
You can also add another method in boardApi that will put some piece that will automatically grabbed in the mouse pointer. Example: boardApi.grabPiece({ type: 'p', color: 'b' })
Additional context
This is what we want to have, we can see it in https://chessboardjs.com/
and this is another example from https://lichess.org/editor
The text was updated successfully, but these errors were encountered: