diff --git a/Tusker/Screens/Compose/ComposeAttachmentsList.swift b/Tusker/Screens/Compose/ComposeAttachmentsList.swift index a6fa03ea..c4028bf2 100644 --- a/Tusker/Screens/Compose/ComposeAttachmentsList.swift +++ b/Tusker/Screens/Compose/ComposeAttachmentsList.swift @@ -36,6 +36,7 @@ struct ComposeAttachmentsList: View { } } .listRowInsets(EdgeInsets(top: cellPadding / 2, leading: cellPadding / 2, bottom: cellPadding / 2, trailing: cellPadding / 2)) + .onDrag { NSItemProvider(object: attachment) } } .onMove(perform: self.moveAttachments) .onDelete(perform: self.deleteAttachments)