added theme and gradients and stuff
This commit is contained in:
@@ -73,7 +73,6 @@ export class CodeEditor extends BaseElement {
|
||||
});
|
||||
|
||||
this.waitFor(this.outputFrame, () => {
|
||||
console.log("setting script");
|
||||
this.outputFrame.setScript(this.input);
|
||||
});
|
||||
|
||||
@@ -100,11 +99,7 @@ export class CodeEditor extends BaseElement {
|
||||
};
|
||||
}
|
||||
|
||||
onUpdate(): void {
|
||||
console.log("APP ROOT UPDATE");
|
||||
}
|
||||
|
||||
get outputFrame(): OutputFrame {
|
||||
return <OutputFrame>this.findSibling("output-frame");
|
||||
return <OutputFrame>this.find("output-frame");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user