Skip to content

Commit

Permalink
Fixed tab index
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 25, 2023
1 parent 920d9f7 commit 0168574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/format-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function FormatDialog(props: { lng: string; setVal: Function }) {
{t(format.text)
.toLowerCase()
.match(value.toLowerCase()) ? (
<DialogClose className="items-stretch">
<DialogClose className="items-stretch" tabIndex={-1}>
<Button
className="w-full justify-start"
key={j}
Expand Down

0 comments on commit 0168574

Please sign in to comment.