mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 10:05:19 +08:00
[bug] fix bug 79915
This commit is contained in:
@ -96,13 +96,13 @@
|
||||
if ( undefined != Spacing.BeforePct )
|
||||
{
|
||||
this.BeforePct = Spacing.BeforePct;
|
||||
this.Before = undefined;
|
||||
this.Before = 0;
|
||||
}
|
||||
|
||||
if ( undefined != Spacing.AfterPct )
|
||||
{
|
||||
this.AfterPct = Spacing.AfterPct;
|
||||
this.After = undefined;
|
||||
this.After = 0;
|
||||
}
|
||||
|
||||
if (undefined !== Spacing.BeforeLines)
|
||||
|
||||
Reference in New Issue
Block a user