fix broken card styling

This commit is contained in:
Damien Elmes 2021-02-03 22:22:12 +10:00
parent da407a5000
commit 7e8886c352

View File

@ -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();