Merge pull request #1820 from zed-industries/allow-mouse-move-through-dragged-item-receiver

Propagate mouse move event through dragged-item-receiver if not dragging
This commit is contained in:
Julia 2022-10-26 12:22:30 -04:00 committed by GitHub
commit 625a62626e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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