Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:41:09 +00:00
co-authored by renee-png
parent c76cb60ab5
commit 2cde2c246d
+1 -1
View File
@@ -538,7 +538,7 @@ export function CustomFormBuilder() {
}
doc.setFontSize(fontSize);
const lineH = fontSize * 1.4;
const lineH = fontSize * lineHeight;
// Group runs into visual lines (split where applied text contains "\n").
const runsToLines = (runs: InlineRun[]): InlineRun[][] => {