Skip to content

Commit

Permalink
Cleanup after merge of dev & pr 1155
Browse files Browse the repository at this point in the history
  • Loading branch information
LlGC-jop committed Oct 23, 2024
1 parent 61ea10e commit a5eaf02
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ const ThumbImage = ({
triggerOnce: true,
});

const handleKeyDown = (event: React.KeyboardEvent) => {
onKeyDown(event, thumb); // Pass both the event and the thumb to the onKeyDown handler
};

return (
<div
onClick={() => onClick(thumb)}
Expand Down

0 comments on commit a5eaf02

Please sign in to comment.