toggle diagram clock state

This commit is contained in:
2026-06-01 15:36:59 +02:00
parent b964e12f0e
commit de68203a80
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ const ChessboardContainer = () => {
handleClearGame={chessGameProps.handleClearGame}
handleSavePgn={chessGameProps.handleSavePgn}
handleSavePdf={chessGameProps.handleSavePdf}
handleToggleClock={chessGameProps.handleToggleClock}
fileInputRef={chessGameProps.fileInputRef}
/>
);