Commit 5ad6f67e authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34468

parent af3e4cb2
...@@ -1113,12 +1113,10 @@ CCollaborativeEditingBase.prototype.private_RestoreDocumentState = function(DocS ...@@ -1113,12 +1113,10 @@ CCollaborativeEditingBase.prototype.private_RestoreDocumentState = function(DocS
for (var sId in mapParagraphs) for (var sId in mapParagraphs)
{ {
var oParagraph = mapParagraphs[sId]; var oParagraph = mapParagraphs[sId];
oParagraph.CheckParaEnd();
oParagraph.Correct_Content(); oParagraph.Correct_Content();
oParagraph.CheckParaEnd();
} }
var oBinaryWriter = AscCommon.History.BinaryWriter; var oBinaryWriter = AscCommon.History.BinaryWriter;
var aSendingChanges = []; var aSendingChanges = [];
for (var nIndex = 0, nCount = arrReverseChanges.length; nIndex < nCount; ++nIndex) for (var nIndex = 0, nCount = arrReverseChanges.length; nIndex < nCount; ++nIndex)
......
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