Skip to content

Commit

Permalink
fix: fix backdrop layer prevent default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed May 10, 2020
1 parent 5062443 commit 60827e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/shared/backdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const Backdrop: React.FC<React.PropsWithChildren<BackdropProps>> = React.memo(
}, [])
const childrenClickHandler = useCallback((event: MouseEvent<HTMLElement>) => {
event.stopPropagation()
event.preventDefault()
}, [])

return (
Expand Down

0 comments on commit 60827e8

Please sign in to comment.