mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 19:00:48 +00:00
First inference step just displays result
This commit is contained in:
parent
e57907c251
commit
b72f6d01e3
@ -83,6 +83,9 @@ class MathjaxProofTree extends MathjaxAdapter {
|
||||
labelElement.style.display = "none";
|
||||
above.push(labelElement);
|
||||
}
|
||||
if (stepIdx === 1) {
|
||||
steps.push([a, []]);
|
||||
}
|
||||
if (!semantics.startsWith("bspr_axiom")) {
|
||||
steps.push([a, above]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user