mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-24 05:57:17 -04:00
use StrudelMirror directly in MicroRepl
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from './repl-component.mjs';
|
||||
export * from './prebake.mjs';
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user