We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to replace EVENT_CLICK with EVENT_MOUSE_OVER but that event is never triggered. I replaced the events here:
EVENT_CLICK
EVENT_MOUSE_OVER
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.
mousemove
What is the reason only click works?
click
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to replace
EVENT_CLICK
withEVENT_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?The text was updated successfully, but these errors were encountered: