pass generatingPdf state to checkbox to disable, remove container compoentn for chessboard

This commit is contained in:
2026-06-02 15:24:19 +02:00
parent 9fab5e10f2
commit f841b7aeee
4 changed files with 19 additions and 52 deletions
+1
View File
@@ -149,5 +149,6 @@ export const useChessGame = () => {
handlePlyChange,
handleToggleDiagram,
currentPosition,
generatingPdf,
};
};