TF-2172 Handle add attachment from drop zone
(cherry picked from commit a9c2b8d7a187e0149ca078cd55d5ce0e09964b52)
This commit is contained in:
@@ -369,6 +369,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
||||
child: DropZoneWidget(
|
||||
width: constraints.maxWidth,
|
||||
height: constraints.maxHeight,
|
||||
addAttachmentFromDropZone: controller.addAttachmentFromDropZone,
|
||||
)
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user