Commit 2a704d5f authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33412

parent 62667ce5
......@@ -8377,8 +8377,6 @@
t.model.autoFilters.afterMoveAutoFilters(arnFrom, arnTo);
History.EndTransaction();
t._updateCellsRange(arnTo, false, true);
t.model.selectionRange.assign2(arnTo);
// Сбрасываем параметры
......@@ -8402,6 +8400,8 @@
function () {
});
}
History.EndTransaction();
};
if (t.model.autoFilters._searchFiltersInRange(arnFrom)) {
......
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