Fix: Wrong function name

This commit is contained in:
Luc Mcgrady 2025-09-03 22:34:26 +01:00
parent c64dd6c959
commit 7805b1b426
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -64,7 +64,7 @@ export function setupBottomBar() {
}
globalThis._showQuestion = _showQuestion;
globalThis._showAnswer = _showAnswer;
globalThis.showAnswer = _showAnswer;
globalThis._updateRemaining = _updateRemaining;
/*