Skip to content

Commit

Permalink
fix: 解决移动端下,树形结构展开、收起交互失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gongbei-wps committed Dec 12, 2024
1 parent 2074881 commit f32d977
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/s2-core/src/cell/row-cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ export class RowCell extends HeaderCell<RowHeaderConfig> {
this.emitCollapseEvent();
},
});

// 移动端, 点击热区为整个单元格
// if (isMobile()) {
// this.addEventListener('click', () => {
// this.emitCollapseEvent();
// });
// }
}

protected drawTreeLeafNodeAlignDot() {
Expand Down

0 comments on commit f32d977

Please sign in to comment.