Update frontend/src/pages/ttt/ttt.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
apetitco 2025-12-11 16:18:04 +01:00 committed by GitHub
parent a41b8303b0
commit 1ad37fc442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,6 +162,7 @@ async function handleTTT(): Promise<RouteHandlerReturn>
}
case ('winO'): {
showSuccess('O won');
app?.querySelector('.ttt-grid')?.classList.add('pointer-events-none');
break;
}
}