fix docs of Widget::mouse_interaction

This commit is contained in:
edwloef 2024-12-14 12:15:39 +01:00
parent a687a83765
commit 3f00eb5bde
No known key found for this signature in database

View file

@ -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,