Skip to content

Commit

Permalink
Removed unnecessary style manipulation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniRinta-Kahila authored Feb 13, 2024
1 parent 0867246 commit c35cfa9
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 c35cfa9

Please sign in to comment.