mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
fix #456
This commit is contained in:
parent
665a8e714e
commit
b3abe32321
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue