mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
play button moved to bottom, lint errors fixed
This commit is contained in:
@@ -146,7 +146,6 @@ export class BaseEvalElement extends HTMLElement {
|
||||
const out = Element(this.errorElement.id);
|
||||
|
||||
addClasses(this.errorElement, ['bg-red-200', 'p-2']);
|
||||
// @ts-ignore
|
||||
out.write.callKwargs(err, { append : true});
|
||||
this.errorElement.hidden = false;
|
||||
this.errorElement.style.display = 'block';
|
||||
|
||||
Reference in New Issue
Block a user