Skip to content

Commit

Permalink
fix: add scrollend event type (#10336)
Browse files Browse the repository at this point in the history
* fix: add scrollend event type

* Update fair-phones-dance.md
  • Loading branch information
arslanastral committed Jan 30, 2024
1 parent 452dc4a commit f2c2490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-phones-dance.md
@@ -0,0 +1,5 @@
---
'svelte': patch
---

fix: add `scrollend` event type
1 change: 1 addition & 0 deletions packages/svelte/elements.d.ts
Expand Up @@ -179,6 +179,7 @@ export interface DOMAttributes<T extends EventTarget> {

// UI Events
'on:scroll'?: UIEventHandler<T> | undefined | null;
'on:scrollend'?: UIEventHandler<T> | undefined | null;
'on:resize'?: UIEventHandler<T> | undefined | null;

// Wheel Events
Expand Down

0 comments on commit f2c2490

Please sign in to comment.