mazes icon indicating copy to clipboard operation
mazes copied to clipboard

Why EVENT_MOUSE_OVER doesn't work?

Open chupocro opened this issue 9 months ago • 0 comments

I tried to replace EVENT_CLICK with EVENT_MOUSE_OVER but that event is never triggered. I replaced the events here:

https://github.com/codebox/maze.js/blob/12c1949d5e082506495464219a0592e0a8e4fbbc/maze.js#L251

and here:

https://github.com/codebox/mazes/blob/main/js/main.js#L155

I tried with mousemove too but that didn't work either.

What is the reason only click works?

chupocro avatar May 11 '24 15:05 chupocro