aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/index.tsx')
-rw-r--r--language-web/src/main/js/index.tsx3
1 files changed, 1 insertions, 2 deletions
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).
44scope Family = 1, Person += 5..10. 44scope Family = 1, Person += 5..10.
45`; 45`;
46 46
47const rootStore = new RootStore(); 47const rootStore = new RootStore(initialValue);
48rootStore.editorStore.updateValue(initialValue);
49 48
50const app = ( 49const app = (
51 <RootStoreProvider rootStore={rootStore}> 50 <RootStoreProvider rootStore={rootStore}>