From 1ad37fc44254375e1d8c7c3c9c2cb09b639c1ab0 Mon Sep 17 00:00:00 2001 From: apetitco <82622378+RepentedAlex@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:18:04 +0100 Subject: [PATCH] Update frontend/src/pages/ttt/ttt.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/pages/ttt/ttt.ts | 1 + 1 file changed, 1 insertion(+) 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; } }