USER-145: fixed FixedColumn (#3216)

This commit is contained in:
Alexander Platov 2023-05-18 19:29:11 -07:00 committed by GitHub
parent aae5a31f46
commit 8fa49326a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@
prevKey = key
cWidth = undefined
}
if (cWidth && cWidth > ($fixedWidthStore[key] ?? 0)) $fixedWidthStore[key] = cWidth
}
})