We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad66b3 commit e09bb81Copy full SHA for e09bb81
1 file changed
packages/html/src/events/generated.rs
@@ -165,6 +165,7 @@ macro_rules! with_html_event_groups {
165
oncontextmenu => contextmenu,
166
#[deprecated(since = "0.5.0", note = "use ondoubleclick instead")]
167
ondblclick => dblclick,
168
+ #[doc(alias = "ondblclick")]
169
ondoubleclick => dblclick,
170
onmousedown => mousedown,
171
onmouseenter => mouseenter,
0 commit comments