Skip to content

Commit

Permalink
fix docs of Widget::mouse_interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
edwloef committed Dec 14, 2024
1 parent a687a83 commit 3f00eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ where

/// Returns the current [`mouse::Interaction`] of the [`Widget`].
///
/// By default, it returns [`mouse::Interaction::Idle`].
/// By default, it returns [`mouse::Interaction::None`].
fn mouse_interaction(
&self,
_state: &Tree,
Expand Down

0 comments on commit 3f00eb5

Please sign in to comment.