-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
file: wordfindgame.js
function: touchMove, line107
problem: the touch events do not register on the grid
fix: change var targetElement = document.elementFromPoint(xPos, yPos); select(targetElement) TO select(document.elementFromPoint(xPos, yPos)); Because variable targetElement is giving null.
Metadata
Metadata
Assignees
Labels
No labels