1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add focus when repl is rendered

This commit is contained in:
Fabio Pliger
2022-04-13 19:38:26 -05:00
parent b23ca5b2b8
commit 365486477e

View File

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