lichess-org / chessground

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

allow to define pre configured shapes on a board with supplied fen #247

Closed eronnen closed 1 year ago

eronnen commented 1 year ago

When configuring a new board with predefined shapes in config.drawable.shapes while also supplying an initial FEN, it ignores the given shapes

ornicar commented 1 year ago

I don't think that's the way to solve it, as we do want to clear the previous shapes when the FEN changes.

eronnen commented 1 year ago

what about adding initialShapes property that will be cleared after the first configure?

ornicar commented 1 year ago

That doesn't sound ideal tbh

ornicar commented 1 year ago

@eronnen v8.3.7 should work as expected