diff --git a/core/src/widget.rs b/core/src/widget.rs index 3b39ffcc..3449cdb4 100644 --- a/core/src/widget.rs +++ b/core/src/widget.rs @@ -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,