Skip to content

Commit

Permalink
Add back stopPropagation w/ role presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Feb 2, 2024
1 parent 3209475 commit bff0e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/Puzzle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,10 @@ export const Puzzle = ({
listStyleType: 'none',
padding: '0 10vw',
}}
onClick={(e) => {
e.stopPropagation();
}}
role="presentation"
>
<SolverPreferencesList
prefs={props.prefs}
Expand Down

0 comments on commit bff0e55

Please sign in to comment.