fix(account-store): Set focused perspective when account removed

This commit is contained in:
Juan Tejada 2016-02-05 14:29:22 -08:00
parent e6a4718a44
commit affafc69a8

View file

@ -80,6 +80,7 @@ class AccountStore
ipc = require('electron').ipcRenderer
ipc.send('command', 'application:reset-config-and-relaunch')
else
Actions.focusDefaultMailboxPerspectiveForAccounts(@_accounts)
@trigger()
_onReorderAccount: (id, newIdx) =>