Merge pull request #2696 from edwloef/interaction-docs-fix

fix docs of `Widget::mouse_interaction`
This commit is contained in:
Héctor 2025-11-19 00:15:50 +01:00 committed by GitHub
commit f47e848618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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