gtim / svelte-chess

Fully playable chess component for Svelte.
https://gtim.github.io/svelte-chess/
20 stars 6 forks source link

Add check config to undo method #34

Closed Shanedroogan closed 1 year ago

Shanedroogan commented 1 year ago

Hello! This is a really neat module. I'm using it for a personal project and came across a small visual bug when undo is called from a checked position where the chessground board retains the "checked" decal. Seemed like a quick fix.

Thanks for making this!

gtim commented 1 year ago

Good catch and good patch -- thank you!

I've sent a collaboration invite. You're welcome to push any future patches.

Cheers