diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 2d76d7d..8838def 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -79,7 +79,6 @@ function createXTerm(name, xtermNode){ }); xterm.open(); - xterm.focus(); window.AppRuntime[name] = { xterm: xterm