Merge pull request #17 from anaconda/quickfix/repl_focus

Quickfix: add focus when repl is rendered
This commit is contained in:
Fabio Pliger
2022-04-13 19:39:12 -05:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ export class PyRepl extends HTMLElement {
}
this.appendChild(mainDiv);
this.editor.focus();
console.log('connected');
}