Fix ordering of elements in paragraph-properties
This commit is contained in:
@ -43,7 +43,7 @@ export class Paragraph extends XmlComponent {
|
||||
this.properties = new ParagraphProperties({});
|
||||
this.root.push(this.properties);
|
||||
this.root.push(new TextRun(options));
|
||||
return;
|
||||
return this;
|
||||
}
|
||||
|
||||
this.properties = new ParagraphProperties(options);
|
||||
|
Reference in New Issue
Block a user