This commit is contained in:
Domain 2018-10-09 11:24:15 +08:00
parent 665a8e714e
commit b3abe32321

View file

@ -58,6 +58,10 @@ export class SSHModalComponent {
this.close()
this.ssh.connect(connection).catch(error => {
this.toastr.error(`Could not connect: ${error}`)
}).then(() => {
setTimeout(() => {
this.app.activeTab.emitFocused()
})
})
}