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 the mouse-wheel fails inside dartium a field name has changed wheelDeltaY => deltaY
when transpiling to JS and running in chrome 44 another failure occurs when using the mouse:
Uncaught TypeError: $event.get$clientX is not a function
which I have not been able to track down yet
The text was updated successfully, but these errors were encountered:
Possibly relevant for the second problem:
dart-lang/sdk#15216
Sorry, something went wrong.
the second problem can be fixed by rewriting clientX => client.x
fixed clientX/Y not a function error
f6297ec
see issue threeDart#199
No branches or pull requests
using the mouse-wheel fails inside dartium
a field name has changed
wheelDeltaY => deltaY
when transpiling to JS and running in chrome 44 another failure occurs when using the mouse:
Uncaught TypeError: $event.get$clientX is not a function
which I have not been able to track down yet
The text was updated successfully, but these errors were encountered: