fix: restore manual click counting in QA bug sweep
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Failing after 3s
Smoke Test / smoke (pull_request) Failing after 4s

This commit is contained in:
Alexander Whitestone
2026-04-13 02:21:15 -04:00
parent 8e006897a4
commit a2f345593c
2 changed files with 2 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ const G = {
running: true,
startedAt: 0,
totalClicks: 0,
totalAutoClicks: 0,
tick: 0,
saveTimer: 0,
secTimer: 0,