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

Implement onscrollend event attribute for TypeScript JSX #4288

Closed
CodingDoug opened this issue Feb 21, 2024 · 0 comments · Fixed by #4305
Closed

Implement onscrollend event attribute for TypeScript JSX #4288

CodingDoug opened this issue Feb 21, 2024 · 0 comments · Fixed by #4305

Comments

@CodingDoug
Copy link

In jsx.d.ts, there is a definition for onScroll:

onScroll?: UIEventHandler<Target> | undefined;

However, there is no definition for onScrollEnd, as one would expect. It should be wired to the scrollend event to the element.

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

Successfully merging a pull request may close this issue.

2 participants