This commit is contained in:
Kyle
2019-08-10 15:59:59 -07:00
parent 140448fd0e
commit d7b54a253b
2 changed files with 3 additions and 1 deletions

View File

@@ -224,7 +224,6 @@ function updateBackgroundColor(color) {
function switchToTouchEvents() {
alert("switching to touch events!")
document.removeEventListener("mousedown")
document.removeEventListener("mouseup")
document.addEventListener("touchstart", function() {