diff --git a/Telegram/SourceFiles/history/history_drag_area.cpp b/Telegram/SourceFiles/history/history_drag_area.cpp index e593be1172..5614ad2547 100644 --- a/Telegram/SourceFiles/history/history_drag_area.cpp +++ b/Telegram/SourceFiles/history/history_drag_area.cpp @@ -238,8 +238,8 @@ DragArea::Areas DragArea::SetupDragAreaToContainer( updateDragAreas(); return { + .document = attachDragDocument, .photo = attachDragPhoto, - .document = attachDragDocument }; }