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
Using eventattributes such as
<mesh src="teapot.json" onclick="console.log('Teapot');"></mesh>
trigger twice. This affects only HTML encoding and event attributes. Using addEventListener or the same scene in XHTML are not concerned.
addEventListener
The text was updated successfully, but these errors were encountered:
Fix for issue #92. Mouse event listener attributes will only be polyf…
ca4437f
…illed in XHTML documents now.
I've added checks to the mouse event attributes polyfill that will prevent it from adding a second event listener to the element in HTML documents.
Sorry, something went wrong.
csvurt
No branches or pull requests
Using eventattributes such as
trigger twice. This affects only HTML encoding and event attributes. Using
addEventListener
or the same scene in XHTML are not concerned.The text was updated successfully, but these errors were encountered: