mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
fix(mail(js)): refresh of parent window when saving draft/template
This commit is contained in:
@@ -101,6 +101,8 @@
|
||||
// Cancel automatic mark as read
|
||||
if (vm.message.$markAsReadPromise)
|
||||
vm.service.$timeout.cancel(vm.message.$markAsReadPromise);
|
||||
// Remove controller from window
|
||||
delete $window.$messageController;
|
||||
});
|
||||
|
||||
}; // $onInit
|
||||
|
||||
Reference in New Issue
Block a user