Checkpoint

This commit is contained in:
Nathan Sobo 2023-11-13 16:40:29 -07:00
parent b918c27cf9
commit aec7955ccf
8 changed files with 894 additions and 4 deletions

View file

@ -1068,7 +1068,7 @@ impl<G: 'static> DerefMut for GlobalLease<G> {
/// Contains state associated with an active drag operation, started by dragging an element
/// within the window or by dragging into the app from the underlying platform.
pub(crate) struct AnyDrag {
pub struct AnyDrag {
pub view: AnyView,
pub cursor_offset: Point<Pixels>,
}