Commit b1428bc7 authored by GoshaZotov's avatar GoshaZotov

fix bug 33263

parent 8440dedb
......@@ -809,12 +809,12 @@
//для проверки возможности добавить ф/т - попробовать использовать parserHelper.checkDataRange
var bIsInFilter = this._searchRangeInFilters(activeCells);
var addRange;
if(false === bIsInFilter)
{
res = false;
bIsInFilter = null;
}
else
{
if(null === bIsInFilter)
{
if(activeCells.r1 == activeCells.r2 && activeCells.c1 == activeCells.c2)//если ячейка выделенная одна
......@@ -849,7 +849,6 @@
res.asc_setIsTitle(bIsTitle);
res.asc_setRange(range.getName());
}
}
return res;
},
......
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