Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf31891 committed Feb 16, 2024
2 parents 99ad3eb + 04c41da commit c460eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Square.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const Square = () => {

const stopDragging = () => {
setDragging(false)
document.body.style.overflow = 'auto'
}

const handleMove = (e: any) => {
Expand Down

0 comments on commit c460eac

Please sign in to comment.