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

fix bug 32128

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