Commit e6a31072 authored by konovalovsergey's avatar konovalovsergey

fix bug 32545

parent 764124d4
......@@ -2075,7 +2075,8 @@ Workbook.prototype.createWorksheet=function(indexBefore, sName, sId){
Workbook.prototype.copyWorksheet=function(index, insertBefore, sName, sId, bFromRedo, tableNames){
//insertBefore - optional
if(index >= 0 && index < this.aWorksheets.length){
//buildRecalc вызываем чтобы пересчиталося cwf(может быть пустым если сделать сдвиг формул и скопировать лист)
this.buildRecalc(true, true);
History.TurnOff();
var wsActive = this.getActiveWs();
var wsFrom = this.aWorksheets[index];
......
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