Update frontend/src/pages/ttt/ttt.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a41b8303b0
commit
1ad37fc442
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ async function handleTTT(): Promise<RouteHandlerReturn>
|
||||||
}
|
}
|
||||||
case ('winO'): {
|
case ('winO'): {
|
||||||
showSuccess('O won');
|
showSuccess('O won');
|
||||||
|
app?.querySelector('.ttt-grid')?.classList.add('pointer-events-none');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue