Commit 81d1025a authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug #31850 - Сбрасывается select с текста после клика ПКМ

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68719 954022d7-b5bf-4e40-9824-e11837661b57
parent 820c2456
......@@ -3609,7 +3609,7 @@ CShape.prototype =
ty = this.invertTransformText.TransformPointY(x, y);
if(e.Button === g_mouse_button_right)
{
if(content.Selection_Check(tx, ty, isRealObject(this.parent) && isRealNumber(this.parent.num) ? this.parent.num : 0))
if(content.Selection_Check(tx, ty, 0))
{
this.rightButtonFlag = true;
return;
......
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