8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476627 commit eb3a31aCopy full SHA for eb3a31a
pyscriptjs/src/components/base.ts
@@ -307,7 +307,7 @@ export class PyWidget extends HTMLElement {
307
}
308
309
if (this.hasAttribute('std-err')) {
310
- this.outputElement = document.getElementById(this.getAttribute('std-err'));
+ this.errorElement = document.getElementById(this.getAttribute('std-err'));
311
} else {
312
this.errorElement = this.outputElement;
313
pyscriptjs/src/components/pyscript.ts
@@ -71,7 +71,7 @@ export class PyScript extends BaseEvalElement {
71
72
73
74
75
76
77
0 commit comments