mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 00:15:27 +00:00
(js) Update raw source when editing a draft
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
function save() {
|
||||
var ctrls = $parentControllers();
|
||||
vm.message.$save().then(function(data) {
|
||||
vm.message.$rawSource = null;
|
||||
if (ctrls.draftMailboxCtrl) {
|
||||
// We're saving a draft from a popup window.
|
||||
// Reload draft mailbox
|
||||
|
||||
Reference in New Issue
Block a user