Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit e8562bf

Browse files
committed
New version
1 parent 50e93ec commit e8562bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = "GPL"
3434
name = "runestone"
3535
readme = "README.rst"
3636
repository = "https://github.com/RunestoneInteractive/RunestoneComponents"
37-
version = "6.3.0beta1"
37+
version = "6.3.0"
3838

3939
# See https://python-poetry.org/docs/pyproject/#include-and-exclude.
4040
include = [

runestone/common/js/runestonebase.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@ export default class RunestoneBase {
437437
if (MathJax.version.substring(0, 1) === "2") {
438438
MathJax.Hub.Queue(["Typeset", MathJax.Hub, component]);
439439
} else {
440+
// See - https://docs.mathjax.org/en/latest/advanced/typeset.html
441+
// Per the above we should keep track of the promises and only call this
442+
// a second time if all previous promises have resolved.
440443
MathJax.typesetPromise([component]);
441444
}
442445
}

0 commit comments

Comments
 (0)