mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05: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