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

Поправил баг http://bugzserver/show_bug.cgi?id=25150

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57153 954022d7-b5bf-4e40-9824-e11837661b57
parent 25d8bc68
...@@ -983,6 +983,7 @@ ...@@ -983,6 +983,7 @@
History.StartTransaction(); History.StartTransaction();
asc_applyFunction(functionAction); asc_applyFunction(functionAction);
t.handlers.trigger("selectionMathInfoChanged", t.getSelectionMathInfo());
History.EndTransaction(); History.EndTransaction();
}; };
...@@ -3397,9 +3398,9 @@ ...@@ -3397,9 +3398,9 @@
}; };
/** /**
* Рисует выделение вокруг ячеек * Рисует выделение вокруг ячеек
* @param {Asc.Range} range * @param {Asc.Range} range
*/ */
WorksheetView.prototype._drawSelection = function (range) { WorksheetView.prototype._drawSelection = function (range) {
if (!this.isSelectionDialogMode) { if (!this.isSelectionDialogMode) {
this._drawCollaborativeElements(/*bIsDrawObjects*/true); this._drawCollaborativeElements(/*bIsDrawObjects*/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