diff --git a/src/file/paragraph/properties.ts b/src/file/paragraph/properties.ts index e32a747412..6a7fe283fd 100644 --- a/src/file/paragraph/properties.ts +++ b/src/file/paragraph/properties.ts @@ -148,7 +148,6 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent { this.push(new TabStop(TabStopType.LEFT, options.leftTabStop)); } - if (options.bidirectional) { this.push(new Bidirectional()); } diff --git a/src/file/paragraph/run/formatting.ts b/src/file/paragraph/run/formatting.ts index e10bda376a..07e401a91e 100644 --- a/src/file/paragraph/run/formatting.ts +++ b/src/file/paragraph/run/formatting.ts @@ -199,4 +199,3 @@ export class Shading extends XmlComponent { ); } } -