Skip to content

Commit

Permalink
Remove MouseOver event handling from DioxusDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
wheregmis committed Jan 25, 2025
1 parent f312520 commit a02ca44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dioxus-native/src/dioxus_document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ impl Document for DioxusDocument {
DomEventData::MouseMove { .. }
| DomEventData::MouseDown { .. }
| DomEventData::MouseUp { .. }
| DomEventData::MouseOver { .. }
| DomEventData::MouseLeave => {
let click_event_data = wrap_event_data(NativeClickData);

Expand Down

0 comments on commit a02ca44

Please sign in to comment.