mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 04:25:56 +00:00
Fix saved HTML content of draft uploading a file
This commit is contained in:
6
NEWS
6
NEWS
@@ -1,3 +1,9 @@
|
||||
2.2.4 (2014-MM-DD)
|
||||
------------------
|
||||
|
||||
Bug fixes
|
||||
- fixed saved HTML content of draft when attaching a file
|
||||
|
||||
2.2.3 (2014-04-03)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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