chore: add scrollend event to view macro (#4379)

This commit is contained in:
Adam Doyle
2025-10-10 09:56:23 -04:00
committed by GitHub
parent df46feee5d
commit c025ae59ac

View File

@@ -1678,7 +1678,7 @@ fn attribute_value(
}
// Keep list alphabetized for binary search
const TYPED_EVENTS: [&str; 126] = [
const TYPED_EVENTS: [&str; 127] = [
"DOMContentLoaded",
"abort",
"afterprint",
@@ -1774,6 +1774,7 @@ const TYPED_EVENTS: [&str; 126] = [
"reset",
"resize",
"scroll",
"scrollend",
"securitypolicyviolation",
"seeked",
"seeking",