bunkat / wordfind

A small javascript library for generating and solving word find (also known as word search) puzzles.
MIT License
194 stars 110 forks source link

Fix touch handling in the case where window.scrollX/Y > 0 #16

Open micromaomao opened 3 years ago

micromaomao commented 3 years ago

Currently this breaks when user has scrolled the page. Also, this commit uses preventDefault() to keep page from scrolling when user is connecting a word.