Merge pull request #2696 from edwloef/interaction-docs-fix
fix docs of `Widget::mouse_interaction`
This commit is contained in:
commit
f47e848618
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue