mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
(js) Ignore exception when closing mail editor
This commit is contained in:
@@ -276,6 +276,7 @@
|
||||
stateMessage: message
|
||||
}
|
||||
})
|
||||
.catch(_.noop) // Cancel
|
||||
.finally(function() {
|
||||
_messageDialog(null);
|
||||
vm.closePopup();
|
||||
|
||||
Reference in New Issue
Block a user