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)
|
Action::Open(*project_entry)
|
||||||
} else {
|
} else {
|
||||||
|
cx.propagate_event();
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue