Commit e7c254aa authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Убрал выставление типа для activeRange при клике в граф.объект

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51434 954022d7-b5bf-4e40-9824-e11837661b57
parent 03b57c91
......@@ -5363,7 +5363,6 @@
var cursorInfo = this.objectRender.checkCursorDrawingObject(xpos, ypos);
if ( cursorInfo ) {
ar.type = this.objectRender.getGraphicSelectionType(cursorInfo.id);
return;
}
......@@ -5946,8 +5945,6 @@
this.cleanHighlightedHeaders();
return;
}
else
this._moveActiveCellToXY(x, y);
var ar = this.activeRange;
this.model.workbook.handlers.trigger("asc_onHideComment");
......
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