force focus on new terminal tabs (fixes #533)

This commit is contained in:
Eugene Pankov 2018-12-05 00:06:01 +01:00
parent 8800614bff
commit 2107ed7ab7

View File

@ -228,6 +228,8 @@ export class TerminalTabComponent extends BaseTabComponent {
}
},
]
this.frontend.focus()
}
detachTermContainerHandlers () {