Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 4, 2023
1 parent bb16ff4 commit 669185e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/g6/src/stdlib/plugin/legend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ export class Legend extends Base {
this.handleMouseEnter(ele, types, typeField, itemType, data),
mouseleave: (ele) =>
this.handleMouseLeave(ele, types, typeField, itemType),
click: (ele) =>
this.handleClick(ele, types, typeField, itemType, data),
click: (ele) => this.handleClick(ele, types, typeField, itemType, data),
},
});

Expand Down

0 comments on commit 669185e

Please sign in to comment.