Commit 8a997d17 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete excess normalize

parent a4b249cb
......@@ -863,7 +863,6 @@
// Автодополняет формулу диапазоном, если это возможно
WorksheetView.prototype.autoCompleteFormula = function ( functionName ) {
var t = this;
this.activeRange.normalize();
var ar = this.activeRange;
var arCopy = null;
var arHistorySelect = ar.clone( 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