OI
Results
2
comments of
OI
I added an event listener on each of the squares to allow this "click to move" behavior. It works for the most part. But if I flip the board via...
OK I think I found a fix. The function in the event listener was anonymous which for whatever reason caused the issue I described above. Not making it anonymous did...