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

fix bug 32128

parent c00a2d18
......@@ -2887,9 +2887,9 @@ CCellValue.prototype =
for(var i = 0, length = this.textValueForEdit2.length; i < length; ++i)
this.textValueForEdit += this.textValueForEdit2[i].text;
}
if( CellValueType.Error == this.type ){
return this._getValueTypeError(this.textValueForEdit);
}
// if( CellValueType.Error == this.type ){
// return this._getValueTypeError(this.textValueForEdit);
// }
return this.textValueForEdit;
},
getValue2 : function(cell, dDigitsCount, fIsFitMeasurer)
......
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