use StrudelMirror directly in MicroRepl

This commit is contained in:
Felix Roos
2023-12-16 13:08:09 +01:00
parent 48e06bd213
commit fc034830d0
5 changed files with 93 additions and 50 deletions
+1
View File
@@ -1 +1,2 @@
export * from './repl-component.mjs';
export * from './prebake.mjs';
-2
View File
@@ -103,8 +103,6 @@ if (typeof HTMLElement !== 'undefined') {
// init settings
this.editor.updateSettings(this.settings);
this.editor.setCode(this.code);
// settingsMap.listen((settings, key) => editor.changeSetting(key, settings[key]));
// onEvent('strudel-toggle-play', () => this.editor.toggle());
}
// Element functionality written in here
}