Propagate mouse up event through drop receiver in early return
This commit is contained in:
@@ -118,6 +118,7 @@ pub fn handle_dropped_item(
|
||||
{
|
||||
Action::Open(*project_entry)
|
||||
} else {
|
||||
cx.propagate_event();
|
||||
return;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user