use StrudelMirror directly in MicroRepl
This commit is contained in:
parent
48e06bd213
commit
fc034830d0
5 changed files with 93 additions and 50 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue