fix(zelos): typo (#5649)

This commit is contained in:
yang
2021-11-01 14:21:15 +08:00
committed by GitHub
parent cfb995c073
commit bc7329f34a

View File

@@ -339,7 +339,7 @@ RenderInfo.prototype.adjustXPosition_ = function() {
!row.hasStatement) {
let xCursor = row.xPos;
let prevInRowSpacer = null;
for (let j = 0; i < row.elements.length; j++) {
for (let j = 0; j < row.elements.length; j++) {
const elem = row.elements[j];
if (Types.isSpacer(elem)) {
prevInRowSpacer = elem;