diff --git a/packages/repl/repl-component.mjs b/packages/repl/repl-component.mjs index d2217b82..36208413 100644 --- a/packages/repl/repl-component.mjs +++ b/packages/repl/repl-component.mjs @@ -51,8 +51,8 @@ if (typeof HTMLElement !== 'undefined') { }); this.dispatchEvent(event); }, - solo: this.solo, - sync: this.sync, + solo: this.solo, + sync: this.sync, }); // init settings this.editor.updateSettings(this.settings);