This commit is contained in:
Johanna Stuber 2021-02-04 19:36:51 +01:00
commit 2ccf09da5f

View File

@ -86,7 +86,7 @@ window.MathJax = {
const html = mathjax.document(root, {InputJax, OutputJax});
html.render();
const hostTag = root.host.tagName.toLowerCase();
if (hostTag !== "tc-proof-tree" && hostTag !== "tc-unification") {
if (hostTag !== "tc-proof-tree") {
if (callback != null) {
callback(html);
}