Created
October 17, 2019 03:41
-
-
Save kalda341/200dce4305e6b9f9857eb7305b9b05e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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