Skip to content

Commit

Permalink
Fix SeriesWithoutFiles utility click propagations (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Apr 29, 2024
1 parent bd7d5ab commit d206df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const AddSeriesModal = ({ onClose, show }: Props) => {
rel="noopener noreferrer"
className="text-panel-text-primary"
aria-label="Open AniDB series page"
onClick={e => e.stopPropagation()}
>
<Icon path={mdiOpenInNew} size={0.833} />
</a>
Expand Down
1 change: 1 addition & 0 deletions src/pages/utilities/SeriesWithoutFilesUtility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const columns: UtilityHeaderType<SeriesType>[] = [
rel="noreferrer noopener"
className="flex gap-x-1 font-semibold"
aria-label="Open AniDB series page"
onClick={e => e.stopPropagation()}
>
<div>
(
Expand Down

0 comments on commit d206df2

Please sign in to comment.