diff --git a/dev/View/Popup/Compose.js b/dev/View/Popup/Compose.js index c3d362f07..d1709fe51 100644 --- a/dev/View/Popup/Compose.js +++ b/dev/View/Popup/Compose.js @@ -1398,7 +1398,7 @@ export class ComposePopupView extends AbstractViewPopup { isHtml = this.oEditor.isHtml(); let Text = this.oEditor.getData().trim(); - if (!Text.length) { + if (!draft && !Text.length) { throw i18n('COMPOSE/ERROR_EMPTY_BODY'); } if (isHtml) {