Commit f76b9081 authored by Ilya Kirillov's avatar Ilya Kirillov

GetCursorPos -> GetTargetPos

parent 73cbc45b
......@@ -12053,7 +12053,7 @@ Paragraph.prototype.GetAllContentControls = function(arrContentControls)
return arrContentControls;
};
Paragraph.prototype.GetCursorPos = function()
Paragraph.prototype.GetTargetPos = function()
{
return this.Internal_Recalculate_CurPos(this.CurPos.ContentPos, false, false, 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