#1324 Fixes Bi-directional re-factor issue
This commit is contained in:
@ -146,7 +146,7 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
|
||||
}
|
||||
|
||||
if (options.bidirectional !== undefined) {
|
||||
this.push(new OnOffElement("w:bidi", options.contextualSpacing));
|
||||
this.push(new OnOffElement("w:bidi", options.bidirectional));
|
||||
}
|
||||
|
||||
if (options.spacing) {
|
||||
|
Reference in New Issue
Block a user