TF-2172 Handle add attachment from drop zone
(cherry picked from commit a9c2b8d7a187e0149ca078cd55d5ce0e09964b52)
This commit is contained in:
@@ -2022,4 +2022,9 @@ class ComposerController extends BaseController {
|
||||
|
||||
_updateStatusEmailSendButton();
|
||||
}
|
||||
|
||||
void addAttachmentFromDropZone(Attachment attachment) {
|
||||
log('ComposerController::addAttachmentFromDropZone: $attachment');
|
||||
uploadController.initializeUploadAttachments([attachment]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user