feat : new move classification icons

This commit is contained in:
GuillaumeSD
2025-05-24 23:56:24 +02:00
parent 05b1736aa4
commit b1a3239676
14 changed files with 14 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ export default function PanelToolBar() {
<IconButton
disabled={game.history().length === 0}
onClick={() => {
navigator.clipboard.writeText(game.pgn());
navigator.clipboard?.writeText?.(game.pgn());
}}
sx={{ paddingX: 1.2, paddingY: 0.5 }}
>