TF-2172 Handle add attachment from drop zone

(cherry picked from commit a9c2b8d7a187e0149ca078cd55d5ce0e09964b52)
This commit is contained in:
dab246
2023-10-02 15:27:22 +07:00
committed by Dat H. Pham
parent 92575309ec
commit 949b2ed8ed
3 changed files with 16 additions and 5 deletions
@@ -2022,4 +2022,9 @@ class ComposerController extends BaseController {
_updateStatusEmailSendButton();
}
void addAttachmentFromDropZone(Attachment attachment) {
log('ComposerController::addAttachmentFromDropZone: $attachment');
uploadController.initializeUploadAttachments([attachment]);
}
}