Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
73f87e4b6b
commit
6a7176ca35
@@ -434,7 +434,7 @@ export function CustomFormBuilder() {
|
||||
if (!editor) return;
|
||||
const ctx = await getContext();
|
||||
const segments = getRenderedSegments();
|
||||
const children: DocxParagraph[] = [];
|
||||
const children: Array<DocxParagraph | DocxTable> = [];
|
||||
|
||||
if (!hideTitle && title.trim()) {
|
||||
children.push(
|
||||
|
||||
Reference in New Issue
Block a user