Skip to content

Commit

Permalink
Merge pull request #77 from xiaoxuan010/improve-category-pill-tooltip…
Browse files Browse the repository at this point in the history
…-rendering
  • Loading branch information
hanydd authored Nov 15, 2024
2 parents 8806d09 + 3465313 commit 11f8473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CategoryPillComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
style={style}
className={"sponsorBlockCategoryPill" + (!this.props.showTextByDefault ? " sbPillNoText" : "")}
aria-label={this.getTitleText()}
title=""
onClick={(e) => this.toggleOpen(e)}
onMouseEnter={() => this.openTooltip()}
onMouseLeave={() => this.closeTooltip()}
Expand Down

0 comments on commit 11f8473

Please sign in to comment.