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