From d989b1d9f6260d5ed873aeda66ffeef3d5845d1f Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 25 May 2025 22:07:14 +0200 Subject: chore: update dependencies --- crates/iced_drop/src/widget/droppable.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/iced_drop/src/widget/droppable.rs') diff --git a/crates/iced_drop/src/widget/droppable.rs b/crates/iced_drop/src/widget/droppable.rs index 23c417f..063aef8 100644 --- a/crates/iced_drop/src/widget/droppable.rs +++ b/crates/iced_drop/src/widget/droppable.rs @@ -225,7 +225,7 @@ where } } } - mouse::Event::CursorMoved { mut position } => match state + &mouse::Event::CursorMoved { mut position } => match state .action { Action::Select(start) | Action::Drag(start, _) => { -- cgit v1.2.3