Commit 73cbc45b authored by Ilya Kirillov's avatar Ilya Kirillov

Added a function for receiving a absolute cursor position (GetTargetPos).

parent effbd684
......@@ -12053,6 +12053,10 @@ Paragraph.prototype.GetAllContentControls = function(arrContentControls)
return arrContentControls;
};
Paragraph.prototype.GetCursorPos = function()
{
return this.Internal_Recalculate_CurPos(this.CurPos.ContentPos, false, false, true);
};
var pararecalc_0_All = 0;
var pararecalc_0_None = 1;
......
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