mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 01:50:05 +00:00
fix #456
This commit is contained in:
parent
665a8e714e
commit
b3abe32321
@ -58,6 +58,10 @@ export class SSHModalComponent {
|
|||||||
this.close()
|
this.close()
|
||||||
this.ssh.connect(connection).catch(error => {
|
this.ssh.connect(connection).catch(error => {
|
||||||
this.toastr.error(`Could not connect: ${error}`)
|
this.toastr.error(`Could not connect: ${error}`)
|
||||||
|
}).then(() => {
|
||||||
|
setTimeout(() => {
|
||||||
|
this.app.activeTab.emitFocused()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user