TOC content generation aborted
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
// http://officeopenxml.com/WPparagraph.php
|
||||
import * as cloneDeep from "lodash.clonedeep";
|
||||
|
||||
import { FootnoteReferenceRun } from "file/footnotes/footnote/run/reference-run";
|
||||
import { Image } from "file/media";
|
||||
import { Num } from "file/numbering/num";
|
||||
@ -252,8 +250,4 @@ export class Paragraph extends XmlComponent {
|
||||
this.properties.clearPageBreaks();
|
||||
return this;
|
||||
}
|
||||
|
||||
public clone(): Paragraph {
|
||||
return cloneDeep(this, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user