From 3f00eb5bde73dc74c7d015217f1aa248ca772815 Mon Sep 17 00:00:00 2001 From: edwloef Date: Sat, 14 Dec 2024 12:15:39 +0100 Subject: [PATCH] fix docs of `Widget::mouse_interaction` --- core/src/widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/widget.rs b/core/src/widget.rs index 2a40f823..25e7422c 100644 --- a/core/src/widget.rs +++ b/core/src/widget.rs @@ -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,