Commit 2e55e32f authored by Sergey Konovalov's avatar Sergey Konovalov

for bug 31634. multiText and undo/redo

parent c8ea51c7
......@@ -4988,7 +4988,7 @@ Woorksheet.prototype.isApplyFilterBySheet = function(){
if(false != bModifyValue)
{
//убираем комплексные строки
if(null != this.oValue.multiText)
if(null != this.oValue.multiText && false == this.ws.workbook.bUndoChanges && false == this.ws.workbook.bRedoChanges)
{
var oldVal = null;
if(History.Is_On())
......
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