Skip to content

Commit

Permalink
[se] Fix bug 73223
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Feb 13, 2025
1 parent b58c0f5 commit a195425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/model/Workbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@
}, this, [], true);
}
AscCommon.History.Add(AscCommonExcel.g_oUndoRedoWorkbook, AscCH.historyitem_Workbook_SheetRemove, null, null, new AscCommonExcel.UndoRedoData_SheetRemove(indexFrom, oWsFrom.getId(), oWsFrom));
AscCommon.History.Add(AscCommonExcel.g_oUndoRedoWorkbook, AscCH.historyitem_Workbook_SheetAdd, null, null, new UndoRedoData_SheetAdd(indexTo, oWsFrom.getName(), null, oWsFrom.getId(), null, oWsFrom, oWsFrom.getId()));
AscCommon.History.Add(AscCommonExcel.g_oUndoRedoWorkbook, AscCH.historyitem_Workbook_SheetAdd, null, null, new UndoRedoData_SheetAdd(indexTo, oWsFrom.getName(), null, oWsFrom.getId(), null, null, oWsFrom.getId()));
this.dependencyFormulas.unlockRecal();

if (!this.bUndoChanges && !this.bRedoChanges) {
Expand Down

0 comments on commit a195425

Please sign in to comment.