play button moved to bottom, lint errors fixed

This commit is contained in:
Princiya Sequeira
2022-04-28 00:30:06 +02:00
parent 971b6903fa
commit 9f954850a4
2 changed files with 25 additions and 33 deletions

View File

@@ -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';