We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f46aff commit 87634b4Copy full SHA for 87634b4
iosMath/lib/MTMathAtomFactory.m
@@ -339,7 +339,7 @@ + (nullable MTMathAtom *)tableWithEnvironment:(NSString *)env rows:(NSArray<NSAr
339
MTMathAtom* spacer = [MTMathAtom atomWithType:kMTMathAtomOrdinary value:@""];
340
for (int i = 0; i < table.cells.count; i++) {
341
NSArray<MTMathList*>* row = table.cells[i];
342
- if (row.count >= 1) {
+ if (row.count > 1) {
343
[row[1] insertAtom:spacer atIndex:0];
344
}
345
0 commit comments