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:
@@ -190,7 +190,7 @@ export class PyRepl extends HTMLElement {
|
||||
}
|
||||
|
||||
this.appendChild(mainDiv);
|
||||
|
||||
this.editor.focus();
|
||||
console.log('connected');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user