diff --git a/src/editor/core/draw/Draw.ts b/src/editor/core/draw/Draw.ts index 47fe6fb..c2da99d 100644 --- a/src/editor/core/draw/Draw.ts +++ b/src/editor/core/draw/Draw.ts @@ -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 }