Hi Bob,
Thank you for contacting the Syncfusion support.
We can reproduce the reported issue. We will check and fix this issue in our side. For workaround, once the DocumentEditorContainerComponent created, you can update the height and resize it using "resize()" method.
Sample code:
this.container.element.style.height = "auto";
this.container.documentEditor.resize(); |
Sample link:
Regards,
Suriya M.