now extends XmlComponent
This commit is contained in:
@ -5,6 +5,6 @@ export class TextRun extends Run {
|
||||
|
||||
constructor(text: string) {
|
||||
super();
|
||||
this.r.push(new Text(text));
|
||||
this.root.push(new Text(text));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user