Propagate mouse move event through dragged-item-receiver if not dragging
This commit is contained in:
parent
cf2ec99a4d
commit
ee440cf300
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ where
|
|||
.is_some()
|
||||
{
|
||||
cx.notify();
|
||||
} else {
|
||||
cx.propagate_event();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue