Skip to content

Commit

Permalink
chore: ignore react/no-unknown-property of [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Oct 23, 2022
1 parent 695591d commit be57016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/components/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const Dialog = React.forwardRef<HTMLDivElement, DialogProps>(function Dia
<div
className={wrapperClassName}
tabIndex={-1}
/* eslint-disable-next-line react/no-unknown-property */
onPointerDown={e => {
if (e.target === e.currentTarget) {
close();
Expand Down

0 comments on commit be57016

Please sign in to comment.