mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix: Wrong function name
This commit is contained in:
parent
c64dd6c959
commit
7805b1b426
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export function setupBottomBar() {
|
|||
}
|
||||
|
||||
globalThis._showQuestion = _showQuestion;
|
||||
globalThis._showAnswer = _showAnswer;
|
||||
globalThis.showAnswer = _showAnswer;
|
||||
globalThis._updateRemaining = _updateRemaining;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue