diff --git a/web/src/pages/Stream.jsx b/web/src/pages/Stream.jsx index 0af5e96794..1f1edc6445 100644 --- a/web/src/pages/Stream.jsx +++ b/web/src/pages/Stream.jsx @@ -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,