mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05: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._showQuestion = _showQuestion;
|
||||||
globalThis._showAnswer = _showAnswer;
|
globalThis.showAnswer = _showAnswer;
|
||||||
globalThis._updateRemaining = _updateRemaining;
|
globalThis._updateRemaining = _updateRemaining;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue