Skip to content

Commit

Permalink
fix: add interactive handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
tunamaguro committed Oct 22, 2024
1 parent 39f7b8c commit 5d53042
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ const INTERACTIVE_HANDLERS: &[&str] = &[
"onMouseMove",
"onMouseOut",
"onMouseOver",
"onMouseUp",
"onKeyDown",
"onKeyPress",
"onKeyUp",
"onFocus",
"onBlur",
"onLoad",
"onError",
];

type AttributesRef<'a> = Option<&'a FxHashMap<String, Vec<String>>>;
Expand Down

0 comments on commit 5d53042

Please sign in to comment.