mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
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…
Reference in a new issue