Skip to content

Commit

Permalink
types: fix scroll event type; add support for scrollend (#10443)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirokas authored Mar 6, 2024
1 parent e76d743 commit dec8a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/runtime-dom/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,9 @@ export interface Events {
// selection events
onSelect: Event

// UI events
onScroll: UIEvent
// scroll events
onScroll: Event
onScrollend: Event

// touch events
onTouchcancel: TouchEvent
Expand Down

0 comments on commit dec8a52

Please sign in to comment.