Commit ba7cea2c authored by konovalovsergey's avatar konovalovsergey

bug: cell setValue, setValue, undo, undo

parent c1614042
......@@ -6642,7 +6642,7 @@
var sSimpleText = "";
for(var i = 0, length = aVal.length; i < length; ++i)
sSimpleText += aVal[i].text;
this.setValue(sSimpleText);
this._setValue(sSimpleText);
var nRow = this.nRow;
var nCol = this.nCol;
if(CellValueType.String == this.type && null == this.ws.hyperlinkManager.getByCell(nRow, nCol))
......
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