mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user