From ee346142514b8c1c5f50849faedfe7cb9f517ceb Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 14 May 2018 23:58:13 +0000 Subject: [PATCH] wwhy --- client/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/index.js b/client/index.js index e98997c..6ba56e2 100644 --- a/client/index.js +++ b/client/index.js @@ -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 {