Skip to content

Commit

Permalink
chore: 删除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zishang committed Dec 9, 2022
1 parent 821a87e commit 1825ac4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/s2-core/src/utils/export/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,6 @@ function getDataCellCopyable(

const displayData = spreadsheet.dataSet.getDisplayDataSet();

// if (spreadsheet.isPivotMode() && spreadsheet.isHierarchyTreeType()) {
// // 树状模式透视表之后实现
// return;
// }
if (
spreadsheet.interaction.getCurrentStateName() ===
InteractionStateName.ALL_SELECTED
Expand Down

0 comments on commit 1825ac4

Please sign in to comment.