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