From a7d74ed6d60a5e4fb363702151d83fbf5d65a1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20=C3=9Eo=CC=81r=20Jo=CC=81nsson?= Date: Wed, 20 Nov 2024 16:28:07 +0100 Subject: [PATCH] REPL: solo and sync configuration; codeformat --- packages/repl/repl-component.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);