Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedegreve committed Jan 23, 2024
1 parent 884cc11 commit 7f1225f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dialog/DialogBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export default React.forwardRef<HTMLDivElement, PropsWithChildren<DialogBottomSh
pageY = e.touches[0].pageY
} else if ('clientX' in e) {
pageY = e.pageY
} else {
}

const delta = startY.current - (pageY || 0)
Expand Down

0 comments on commit 7f1225f

Please sign in to comment.