mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix broken card styling
This commit is contained in:
parent
da407a5000
commit
7e8886c352
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ async function _updateQA(
|
|||
return MathJax.typesetPromise(qa.slice(0, 1));
|
||||
})
|
||||
.catch(renderError("MathJax"));
|
||||
await _runHook(onUpdateHook);
|
||||
|
||||
// and reveal when processing is done
|
||||
await qa.fadeTo(fadeTime, 1).promise();
|
||||
|
|
Loading…
Reference in a new issue