mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
Fix py-repl auto-generate=true (#910)
What is not tested is broken man_facepalming Test&fix <py-repl auto-generate=true> which was broken by PR #884
This commit is contained in:
@@ -173,6 +173,8 @@ export function make_PyRepl(runtime: Runtime) {
|
||||
if (pyResult !== undefined) {
|
||||
pyDisplay(runtime, pyResult, { target: outEl.id });
|
||||
}
|
||||
|
||||
this.autogenerateMaybe();
|
||||
}
|
||||
|
||||
getPySrc(): string {
|
||||
|
||||
Reference in New Issue
Block a user