Commit 94607556 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with CheckHyperlink function.

parent 4a5fa3e8
......@@ -5497,7 +5497,7 @@ Paragraph.prototype.Internal_ReplaceRun = function(Pos, NewRuns)
Paragraph.prototype.CheckHyperlink = function(X, Y, CurPage)
{
var oInfo = new CSelectedElementsInfo();
this.GetSelectedElementsInfo(oInfo, X, Y, CurPage);
this.GetElementsInfoByXY(oInfo, X, Y, CurPage);
return oInfo.Get_Hyperlink();
};
Paragraph.prototype.AddHyperlink = function(HyperProps)
......
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