Merge "Set focus on xtem.js to terminal"

This commit is contained in:
Zuul 2019-04-08 22:09:11 +00:00 committed by Gerrit Code Review
commit de90d03652
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class StreamPage extends React.Component {
})
term.open(this.terminal)
term.focus()
this.ws = new Sockette(getStreamUrl(this.props.tenant.apiPrefix), {
timeout: 5e3,