summaryrefslogtreecommitdiff
path: root/crates/iced_drop/src/widget
diff options
context:
space:
mode:
Diffstat (limited to 'crates/iced_drop/src/widget')
-rw-r--r--crates/iced_drop/src/widget/droppable.rs2
1 files changed, 1 insertions, 1 deletions
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, _) => {