diff --git a/frontend/src/pages/ttt/ttt.ts b/frontend/src/pages/ttt/ttt.ts index 5bfc140..e895914 100644 --- a/frontend/src/pages/ttt/ttt.ts +++ b/frontend/src/pages/ttt/ttt.ts @@ -162,6 +162,7 @@ async function handleTTT(): Promise } case ('winO'): { showSuccess('O won'); + app?.querySelector('.ttt-grid')?.classList.add('pointer-events-none'); break; } }