mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 17:03:26 +03:00
Propagate mouse move event through dragged-item-receiver if not dragging
This commit is contained in:
parent
cf2ec99a4d
commit
ee440cf300
@ -76,6 +76,8 @@ where
|
||||
.is_some()
|
||||
{
|
||||
cx.notify();
|
||||
} else {
|
||||
cx.propagate_event();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user