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 6541c9d commit 9e47644Copy full SHA for 9e47644
pyscriptjs/src/components/pyrepl.ts
@@ -47,8 +47,6 @@ function createCmdHandler(el){
47
export class PyRepl extends BaseEvalElement {
48
editor: EditorView;
49
editorNode: HTMLElement;
50
- code: string;
51
- theme: string;
52
53
constructor() {
54
super();
pyscriptjs/src/components/pyscript.ts
@@ -94,7 +94,6 @@ class Script {
94
}
95
96
export class PyScript extends BaseEvalElement {
97
- // editorState: EditorState;
98
99
100
0 commit comments