mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
fix error when trying to output to non existing element
This commit is contained in:
@@ -188,7 +188,7 @@ export class PyRepl extends BaseEvalElement {
|
||||
this.errorElement = this.outputElement;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
this.appendChild(mainDiv);
|
||||
this.editor.focus();
|
||||
|
||||
Reference in New Issue
Block a user