Skip to content
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

onScroll missing from main element #18

Open
andremarianiello opened this issue May 3, 2019 · 1 comment
Open

onScroll missing from main element #18

andremarianiello opened this issue May 3, 2019 · 1 comment

Comments

@andremarianiello
Copy link

andremarianiello commented May 3, 2019

I checked https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onscroll, and if I am reading it correctly, the onScroll property should part of the GlobalEvents type alias. Am I mistaken? I can make a PR if this is the case.

@andremarianiello andremarianiello changed the title onScroll missing from main onScroll missing from main element May 3, 2019
@garyb
Copy link
Member

garyb commented Jun 6, 2019

I looked into this a bit - you're right that it's missing from there, but it is present on many of the elements that it actually works for (since there are many that it doesn't do anything for). I'm not sure which way is better. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants