mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-21 11:01:26 -05:00
Merge pull request #17 from anaconda/quickfix/repl_focus
Quickfix: 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