Merge pull request #2439 from morlay/master
Run prop snapToGrid should be false
This commit is contained in:
@ -261,7 +261,7 @@ export class RunProperties extends IgnoreIfEmptyXmlComponent {
|
|||||||
this.push(new BorderElement("w:bdr", options.border));
|
this.push(new BorderElement("w:bdr", options.border));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.snapToGrid) {
|
if (options.snapToGrid !== undefined) {
|
||||||
this.push(new OnOffElement("w:snapToGrid", options.snapToGrid));
|
this.push(new OnOffElement("w:snapToGrid", options.snapToGrid));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user