mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
Fix saved HTML content of draft uploading a file
This commit is contained in:
@@ -424,6 +424,8 @@ function configureAttachments() {
|
||||
var attachment = createAttachment(file);
|
||||
if (attachment) {
|
||||
file.attachment = attachment;
|
||||
// Update the text field when using HTML mode
|
||||
if (CKEDITOR.instances.text) CKEDITOR.instances.text.updateElement();
|
||||
data.submit();
|
||||
}
|
||||
if (dropzone.is(":visible"))
|
||||
|
||||
Reference in New Issue
Block a user