-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
web: window cursor position is set on mouse click #7513
Comments
I think it's the same issue as #7377. Clicking triggers change detection just like the scale_factor_override example does. I'll get back to work on my PR to fix it. Lost some motivation as it ended up needing more changes than I thought :v |
Closing as duplicate, feel free to re-open if it isn't fixed by #7517 |
I am not really seeing the harm in leaving this open until closed automatically by that PR, as it's tracking a unique platform-specific behavior not really covered by the other issue text. But I guess it can stay closed because this is definitely fixed by that PR and it seems likely to be merged. |
Ah, my mistake - reopening. |
Bevy version
main
Relevant system information
chrome, firefox, safari
What you did
(with
wasm-server-runner
)cargo run --example 3d_scene --target=wasm32-unknown-unknown
Open javascript console, click canvas, observe error message
What went wrong
Additional information
This seems sort of harmless, but is very strange.
Doesn't happen in native builds on MacOS, but it seems worth testing other platforms.
The text was updated successfully, but these errors were encountered: