You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @oOBoomberOo! Yew is currently using the deprecated onmousewheel event. This was just fixed on master, this PR updated Yew to use onwheel as expected: #1244
Problem
I try to create a callback to
WheelEvent
like this:And apply it to canvas element like this:
But the compiler would complain back
This does not happen with other event callbacks.
Is this just a mistake or is there another event I can use in place of
onwheel
?Environment:
0.16.2
1.43.1
0.3.39
The text was updated successfully, but these errors were encountered: