Fix style
This commit is contained in:
@ -45,9 +45,7 @@ export class ExternalStylesFactory {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// convert the styles one by one
|
// convert the styles one by one
|
||||||
xmlStyles["w:style"]
|
xmlStyles["w:style"].map((style) => this.convertElement("w:style", style)).forEach(importedStyle.push.bind(importedStyle));
|
||||||
.map((style) => this.convertElement("w:style", style))
|
|
||||||
.forEach(importedStyle.push.bind(importedStyle));
|
|
||||||
|
|
||||||
return importedStyle;
|
return importedStyle;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user