Skip to content

Commit e09bb81

Browse files
committed
restore alias
1 parent 3ad66b3 commit e09bb81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/html/src/events/generated.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ macro_rules! with_html_event_groups {
165165
oncontextmenu => contextmenu,
166166
#[deprecated(since = "0.5.0", note = "use ondoubleclick instead")]
167167
ondblclick => dblclick,
168+
#[doc(alias = "ondblclick")]
168169
ondoubleclick => dblclick,
169170
onmousedown => mousedown,
170171
onmouseenter => mouseenter,

0 commit comments

Comments
 (0)