Propagate mouse move event through dragged-item-receiver if not dragging

This commit is contained in:
Julia 2022-10-26 12:06:32 -04:00
parent cf2ec99a4d
commit ee440cf300

View File

@ -76,6 +76,8 @@ where
.is_some()
{
cx.notify();
} else {
cx.propagate_event();
}
})
}