Commit 3a6b9690 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33350

parent f6aff605
......@@ -1361,6 +1361,9 @@ CFootnotesController.prototype.ClearParagraphFormatting = function()
};
CFootnotesController.prototype.AddToParagraph = function(oItem, bRecalculate)
{
if (para_NewLine === oItem.Type && true === oItem.Is_PageOrColumnBreak())
return;
if (oItem instanceof ParaTextPr)
{
for (var sId in this.Selection.Footnotes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment