We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1920c commit c572fbdCopy full SHA for c572fbd
1 file changed
bases/rsptx/interactives/runestone/hparsons/js/hparsons.js
@@ -189,12 +189,9 @@ export default class HParsons extends RunestoneBase {
189
const blocks = document.querySelectorAll(`#${this.divid}-container .parsons-block`);
190
blocks.forEach(block => {
191
block.innerHTML = this.decodeHTMLEntities(block.innerHTML);
192
+ this.queueMathJax(block);
193
});
-
194
- if (window.MathJax && MathJax.typesetPromise) {
195
- MathJax.typesetPromise();
196
- }
197
- }, 0);
+ }, 10);
198
}
199
200
// Return previous answers in local storage
0 commit comments