Commit 8c48961a authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47436 954022d7-b5bf-4e40-9824-e11837661b57
parent 519505a2
...@@ -18509,7 +18509,7 @@ CTableCell.prototype = ...@@ -18509,7 +18509,7 @@ CTableCell.prototype =
{ {
var Parent = Table.Parent; var Parent = Table.Parent;
if ( docpostype_Content === Parent.CurPos.Type && false === Parent.Selection.Use && this.Index === Parent.CurPos.ContentPos ) if ( docpostype_Content === Parent.CurPos.Type && false === Parent.Selection.Use && this.Index === Parent.CurPos.ContentPos )
return this.Parent.Is_ThisElementCurrent(); return Table.Parent.Is_ThisElementCurrent();
} }
return false; return false;
......
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