feat : new move classification icons
This commit is contained in:
@@ -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 }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user