mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bu][de] Fix bug #79174
This commit is contained in:
@ -10029,6 +10029,9 @@
|
||||
break;
|
||||
}
|
||||
|
||||
if (!oPrevRun)
|
||||
oPrevRun = new ApiRun(this.Paragraph.GetParaEndRun());
|
||||
|
||||
let oApiRun = new ApiRun(oRun);
|
||||
oApiRun.SetTextPr(oPrevRun.GetTextPr());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user