Skip to content

Instantly share code, notes, and snippets.

@kalda341
Created October 17, 2019 03:41
Show Gist options
  • Save kalda341/200dce4305e6b9f9857eb7305b9b05e4 to your computer and use it in GitHub Desktop.
Save kalda341/200dce4305e6b9f9857eb7305b9b05e4 to your computer and use it in GitHub Desktop.
public prepForXml(): IXmlableObject | undefined {
if (this.sections.length === 1) {
this.root.push(this.sections.pop() as SectionProperties);
}
return super.prepForXml();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment