Commit bb0edbec authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

this -> ws

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50436 954022d7-b5bf-4e40-9824-e11837661b57
parent af7c5fcc
......@@ -515,7 +515,7 @@
if (ar.c1 === ar.c2 && ar.r1 === ar.r2)
isHyperlinkClick = true;
else {
var mergedRange = this.model.getMergedByCell(ar.r1, ar.c1);
var mergedRange = ws.model.getMergedByCell(ar.r1, ar.c1);
if (mergedRange && ar.isEqual(mergedRange))
isHyperlinkClick = 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