gtim / svelte-chess

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

Promotion dialog should be cancellable #77

Open yongyi781 opened 1 month ago

yongyi781 commented 1 month ago

Currently if you trigger the promotion dialog, you must promote, you cannot cancel the move!

A simple fix would be to exit the dialog upon clicking away.