mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
rename target attribute to output
This commit is contained in:
@@ -132,7 +132,7 @@ export class BaseEvalElement extends HTMLElement {
|
||||
// @ts-ignore
|
||||
out.write.callKwargs(output, { append : true});
|
||||
|
||||
if (!this.hasAttribute('target')) {
|
||||
if (!this.hasAttribute('output')) {
|
||||
this.outputElement.hidden = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user