Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Peng authored and Xiao Peng committed Jan 8, 2025
1 parent f1bc406 commit b433bfb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const FavouriteCard = ({
aria-label={`${favObject.header} options`}
flipped
iconDescription="More actions"
// Need to stop bubbling here so it won't trigger the
// the tile onKeyDown event
onKeyDown={(e: React.KeyboardEvent<HTMLElement>) => {
e.stopPropagation();
}}
Expand Down

0 comments on commit b433bfb

Please sign in to comment.