fix: line break error before separator element #379
This commit is contained in:
@@ -1407,6 +1407,7 @@ export class Draw {
|
|||||||
}
|
}
|
||||||
listId = element.listId
|
listId = element.listId
|
||||||
if (
|
if (
|
||||||
|
element.type === ElementType.SEPARATOR ||
|
||||||
element.type === ElementType.TABLE ||
|
element.type === ElementType.TABLE ||
|
||||||
preElement?.type === ElementType.TABLE ||
|
preElement?.type === ElementType.TABLE ||
|
||||||
preElement?.type === ElementType.BLOCK ||
|
preElement?.type === ElementType.BLOCK ||
|
||||||
|
|||||||
Reference in New Issue
Block a user