fix: line break error before separator element #379

pr675
Hufe921 2 years ago
parent 1477bd0e3f
commit bdb981d242

@ -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 ||

Loading…
Cancel
Save