Skip to content

Commit

Permalink
fix: 去除 data cell hover 的 ellipsisTooltip 展示逻辑 (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo authored Dec 13, 2023
1 parent c08cfce commit 857682e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/s2-core/src/interaction/base-interaction/hover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export class HoverEvent extends BaseEvent implements BaseEventImplement {
cells: [getCellMeta(cell)],
stateName: InteractionStateName.HOVER,
});
this.showEllipsisTooltip(event, cell);

const { rowHeader, colHeader } = interaction.getHoverHighlight();
if (rowHeader || colHeader) {
Expand Down

0 comments on commit 857682e

Please sign in to comment.