fix:get rowFlex when line breaks
This commit is contained in:
@@ -792,7 +792,7 @@ export class Draw {
|
||||
height,
|
||||
elementList: [rowElement],
|
||||
ascent,
|
||||
rowFlex: rowElement.rowFlex,
|
||||
rowFlex: elementList[i + 1]?.rowFlex,
|
||||
isPageBreak: element.type === ElementType.PAGE_BREAK
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user