Skip to content

Commit

Permalink
wwhy
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 14, 2018
1 parent deed581 commit ee34614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/index.js
Expand Up @@ -60,11 +60,10 @@ function getCoordsFromEvent ({clientX, clientY, touches}) {
clientX,
clientY
} = touches[0]
console.log({clientX, clientY, radius})

return {
x: clientX - radius,
y: clientY
y: clientY - radius
}
}
return {
Expand Down

0 comments on commit ee34614

Please sign in to comment.