[bu][de] Fix bug #79174

This commit is contained in:
Nikita Khromov
2025-12-22 13:07:10 +07:00
parent 4f3d760bc8
commit 6f45eee9ec

View File

@ -10029,6 +10029,9 @@
break;
}
if (!oPrevRun)
oPrevRun = new ApiRun(this.Paragraph.GetParaEndRun());
let oApiRun = new ApiRun(oRun);
oApiRun.SetTextPr(oPrevRun.GetTextPr());