Merge pull request #1190 from SakuraWald/pr

FIX mathjax在ajax啓用時,可能的重置錯誤
This commit is contained in:
Jerry Wong
2023-02-12 16:26:07 +08:00
committed by GitHub
Unverified
+1 -1
View File
@@ -43,5 +43,5 @@ script.
} else { } else {
MathJax.startup.document.state(0) MathJax.startup.document.state(0)
MathJax.texReset() MathJax.texReset()
MathJax.typeset() MathJax.typesetPromise()
} }