Commit cecae5f2 authored by Alexander.Trofimov's avatar Alexander.Trofimov

calc math info if count cells > 1 (above if count number cells)

parent bab107c1
......@@ -6849,7 +6849,7 @@
});
// Показываем только данные для 2-х или более ячеек (http://bugzilla.onlyoffice.com/show_bug.cgi?id=24115)
if (1 < oSelectionMathInfo.countNumbers) {
if (1 < oSelectionMathInfo.count) {
// Мы должны отдавать в формате активной ячейки
var activeCell = this.model.selectionRange.activeCell;
var numFormat = this.model.getRange3(activeCell.row, activeCell.col,
......
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