Propagate mouse up event through drop receiver in early return
This commit is contained in:
parent
b6f78cd5dc
commit
5bb7701de7
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ pub fn handle_dropped_item(
|
|||
{
|
||||
Action::Open(*project_entry)
|
||||
} else {
|
||||
cx.propagate_event();
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue