Skip to content

Commit

Permalink
Merge branch 'move-operation' of https://github.com/spacedriveapp/dra…
Browse files Browse the repository at this point in the history
…g-rs into move-operation
  • Loading branch information
Rocky43007 committed Jan 10, 2025
2 parents 0a4c394 + dfad607 commit cb46c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/drag/src/platform_impl/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub fn start_drag<W: HasWindowHandle, F: Fn(DragResult, CursorPosition) + Send +
);
(*source).set_ivar("drag_mode", options.mode);

let _: id = msg_send![ns_view, beginDraggingSessionWithItems: dragging_items event: drag_event source: source];
let _: () = msg_send![ns_view, beginDraggingSessionWithItems: dragging_items event: drag_event source: source];

Ok(())
}
Expand Down

0 comments on commit cb46c3e

Please sign in to comment.