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

Bug 25734 - [Comments] Не закрывается окно комментария при клике по графическому объекту

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57545 954022d7-b5bf-4e40-9824-e11837661b57
parent 8d24c91b
...@@ -6669,6 +6669,7 @@ ...@@ -6669,6 +6669,7 @@
WorksheetView.prototype.setSelectionShape = function (isSelectOnShape) { WorksheetView.prototype.setSelectionShape = function (isSelectOnShape) {
this.isSelectOnShape = isSelectOnShape; this.isSelectOnShape = isSelectOnShape;
// отправляем евент для получения свойств картинки, шейпа или группы // отправляем евент для получения свойств картинки, шейпа или группы
this.model.workbook.handlers.trigger("asc_onHideComment");
this.handlers.trigger("selectionNameChanged", this.getSelectionName()); this.handlers.trigger("selectionNameChanged", this.getSelectionName());
this.handlers.trigger("selectionChanged", this.getSelectionInfo()); this.handlers.trigger("selectionChanged", this.getSelectionInfo());
this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo()); this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo());
......
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