From 2ada4a06167b3a00a4c4c69e1b0c78b00ef1db5f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 10 Oct 2021 01:11:33 +0200 Subject: feat(web): add CodeMirror 6 editor --- language-web/src/main/js/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'language-web/src/main/js/index.tsx') diff --git a/language-web/src/main/js/index.tsx b/language-web/src/main/js/index.tsx index 80c70f23..66ad1f28 100644 --- a/language-web/src/main/js/index.tsx +++ b/language-web/src/main/js/index.tsx @@ -44,8 +44,7 @@ age(bob, bobAge). scope Family = 1, Person += 5..10. `; -const rootStore = new RootStore(); -rootStore.editorStore.updateValue(initialValue); +const rootStore = new RootStore(initialValue); const app = ( -- cgit v1.2.3-70-g09d2