fix: multiple empty lists render error in first row

pr675
xukuanzhuo 2 years ago committed by Hufe
parent 1d7ca799c9
commit 1487033d75

@ -1414,7 +1414,7 @@ export class Draw {
if (
curRow.startIndex === 0 &&
curRow.elementList.length === 1 &&
(INLINE_ELEMENT_TYPE.includes(element.type!) || element.listId)
INLINE_ELEMENT_TYPE.includes(element.type!)
) {
curRow.height = defaultBasicRowMarginHeight
}

Loading…
Cancel
Save