TF-764 Fix inline images are not saved and shown successfully in Draft

This commit is contained in:
dab246
2022-08-02 14:30:39 +07:00
committed by Dat H. Pham
parent e08429d42c
commit fc83cae62b
6 changed files with 49 additions and 82 deletions
@@ -890,6 +890,8 @@ class ComposerController extends BaseController {
mailboxDashBoardController.consumeState(
_saveEmailAsDraftsInteractor.execute(accountId, newEmail));
}
uploadController.clearInlineFileUploaded();
}
}