Commit b34d7d40 authored by Ilya Kirillov's avatar Ilya Kirillov

Fix last commit.

parent e973af0e
......@@ -275,6 +275,6 @@ CDocumentContentBase.prototype.GotoFootnoteRef = function(isNext, isCurrent)
CDocumentContentBase.prototype.MoveCursorToNearestPos = function(oNearestPos)
{
var oPara = oNearestPos.Paragraph;
oPara.Set_ContentPos(oNearestPos.ContentPos, true, -1, -1);
oPara.Set_ParaContentPos(oNearestPos.ContentPos, true, -1, -1);
oPara.Document_SetThisElementCurrent(true);
};
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