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
but inspecting the contents of event through console.log(event), I'm not figuring out what this was trying to capture. Maybe event.view or some such?
The text was updated successfully, but these errors were encountered:
joanise
changed the title
Web-c: in WheelHanlder, event["path"] is always undefined
Web-c: in WheelHandler, event["path"] is always undefined
Feb 23, 2023
This code does not work:
read-along.tsx
functionwheelHandler()
:because
event["path"]
is alwaysundefined
.Every time I use my mouse's wheel, I get this exception in a read-along on EastCree.org:
and this one serving from my own computer:
If that logic is sometimes true, then it should be
but inspecting the contents of
event
throughconsole.log(event)
, I'm not figuring out what this was trying to capture. Maybeevent.view
or some such?The text was updated successfully, but these errors were encountered: