mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
Merge branch 'master' of https://git.scc.kit.edu/pse-typinferenz/typicalc
This commit is contained in:
commit
2ccf09da5f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user