From 39e82ec67923ffd64fc63cf61cf635b98ee2aa8e Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 18:37:00 -0700 Subject: [PATCH] Update life.js --- data/life/life.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/life/life.js b/data/life/life.js index f6c5768e..1671f399 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -264,7 +264,7 @@ function moveTouch() { touchX[i] = event.touches[i].clientX touchY[i] = event.touches[i].clientY } - window.scrollTo(0, 0); + // window.scrollTo(0, 0); } function endTouch() { for (var i = 1; i <= playerList.length; i++) {