First inference step just displays result

This commit is contained in:
Arne Keller 2021-02-04 18:40:41 +01:00
parent e57907c251
commit b72f6d01e3

View File

@ -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]);
}