mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build 29033855
This commit is contained in:
parent
33d74e8c84
commit
a2db3004ef
9 changed files with 10 additions and 7039 deletions
|
@ -2470,12 +2470,10 @@ scoreDisplay.addEventListener("click", (e) => {
|
|||
|
||||
document.addEventListener("visibilitychange", () => {
|
||||
if (document.hidden) {
|
||||
pause(true)
|
||||
pause(true);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
async function openScorePanel() {
|
||||
pause(true);
|
||||
const cb = await asyncAlert({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue