Commit 34414fc0 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with click on the link in the second page of a table cell.

parent 273e6ff9
......@@ -7468,7 +7468,7 @@ CDocumentContent.prototype.Selection_SetStart = function(X, Y, CurPage, MouseEve
if (type_Paragraph === Item.GetType() && true === MouseEvent.CtrlKey)
{
var Hyperlink = Item.Check_Hyperlink(X, Y, this.CurPage);
var Hyperlink = Item.Check_Hyperlink(X, Y, ElementPageIndex);
if (null != Hyperlink)
{
this.Selection.Data =
......
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